#CC8C62

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

Shades of Whiskey #CC8C62

Tints of Whiskey #CC8C62

Color information

#CC8C62 (or 0xCC8C62) is unknown color: approx Whiskey. HEX triplet: CC, 8C and 62. RGB value is (204,140,98). Sum of RGB (Red+Green+Blue) = 204+140+98=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C62 is #33739D. Grayscale: #9A9A9A. Windows color (decimal): -3371934 or 6458572. OLE color: 6458572.

HSL color Cylindrical-coordinate representation of color #CC8C62: hue angle of 23.77º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC8C62 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20414098-
CMYK00.310.520.2
HSL23.77º50.96%59.22%-
HSV(B)23.77º51.96%80%-
XYZ36.4832.4815.9-
YUV154.3596.2163.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 98 (38.67% from 255) = 22.17%
R=46.15%
G=31.67%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041409800.310.520.223.7750.9659.22
HexCC8C6201F341418333b
Octal3142141420376424306373
Binary110011001000110011000100111111101001010011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C62; }

 p { color: rgb(204,140,98); }

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

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

 a { background-color: rgb(204,140,98); }

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

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

 span { border-color: rgb(204,140,98); }

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