#C58C66

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

Shades of Whiskey #C58C66

Tints of Whiskey #C58C66

Color information

#C58C66 (or 0xC58C66) is unknown color: approx Whiskey. HEX triplet: C5, 8C and 66. RGB value is (197,140,102). Sum of RGB (Red+Green+Blue) = 197+140+102=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C66 is #3A7399. Grayscale: #989898. Windows color (decimal): -3830682 or 6720709. OLE color: 6720709.

HSL color Cylindrical-coordinate representation of color #C58C66: hue angle of 24º 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 #C58C66 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB197140102-
CMYK00.290.480.23
HSL24º45.02%58.63%-
HSV(B)24º48.22%77.25%-
XYZ34.831.5916.83-
YUV152.7199.38159.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=44.87%
G=31.89%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714010200.290.480.232445.0258.63
HexC58C6601D3017182d3b
Octal3052141460356027305573
Binary110001011000110011001100111011100001011111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C66; }

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

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

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

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

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

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

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

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