#c58a65

Color #C58A65 Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #C58A65

Tints of Whiskey #C58A65

Color information

#C58A65 (or 0xC58A65) is unknown color: approx Whiskey. HEX triplet: C5, 8A and 65. RGB value is (197,138,101). Sum of RGB (Red+Green+Blue) = 197+138+101=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A65 is #3A759A. Grayscale: #979797. Windows color (decimal): -3831195 or 6654661. OLE color: 6654661.

HSL color Cylindrical-coordinate representation of color #C58A65: hue angle of 23.13º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C58A65 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB197138101-
CMYK00.300.490.23
HSL23.13º45.28%58.43%-
HSV(B)23.13º48.73%77.25%-
XYZ34.4630.9916.48-
YUV151.4299.55160.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=45.18%
G=31.65%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713810100.300.490.2323.1345.2858.43
HexC58A6501E3117172d3a
Octal3052121450366127275572
Binary110001011000101011001010111101100011011110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58a65; }

 p { color: rgb(197,138,101); }

 H1.HeaderClassName
 {
   color: #c58a65;
 }
 .AnyTagClassName
 {
   color: #c58a65;
 }
</style>
background-color css

<style>
 a { background-color: #c58a65; }

 a { background-color: rgb(197,138,101); }

 div.DivClassName
 {
   background-color: #c58a65;
 }
 .BgClassName
 {
   background-color: #c58a65;
 }
</style>
border-color css

<style>
 span { border-color: #c58a65; }

 span { border-color: rgb(197,138,101); }

 td.TdClassName
 {
   border-color: #c58a65;
 }
 .TagClassName
 {
   border-color: #c58a65;
 }
</style>