#C58D66

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

Shades of Whiskey #C58D66

Tints of Whiskey #C58D66

Color information

#C58D66 (or 0xC58D66) is unknown color: approx Whiskey. HEX triplet: C5, 8D and 66. RGB value is (197,141,102). Sum of RGB (Red+Green+Blue) = 197+141+102=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D66 is #3A7299. Grayscale: #999999. Windows color (decimal): -3830426 or 6720965. OLE color: 6720965.

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

Color convert

RGB197141102-
CMYK00.280.480.23
HSL24.63º45.02%58.63%-
HSV(B)24.63º48.22%77.25%-
XYZ34.9531.8816.88-
YUV153.399.05159.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=44.77%
G=32.05%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714110200.280.480.2324.6345.0258.63
HexC58D6601C3017192d3b
Octal3052151460346027315573
Binary110001011000110111001100111001100001011111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D66; }

 p { color: rgb(197,141,102); }

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

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

 a { background-color: rgb(197,141,102); }

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

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

 span { border-color: rgb(197,141,102); }

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