#CC8E6B

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

Shades of Whiskey #CC8E6B

Tints of Whiskey #CC8E6B

Color information

#CC8E6B (or 0xCC8E6B) is unknown color: approx Whiskey. HEX triplet: CC, 8E and 6B. RGB value is (204,142,107). Sum of RGB (Red+Green+Blue) = 204+142+107=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E6B is #337194. Grayscale: #9C9C9C. Windows color (decimal): -3371413 or 7048908. OLE color: 7048908.

HSL color Cylindrical-coordinate representation of color #CC8E6B: hue angle of 21.65º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC8E6B is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204142107-
CMYK00.300.480.2
HSL21.65º48.74%60.98%-
HSV(B)21.65º47.55%80%-
XYZ37.2333.2418.36-
YUV156.55100.04161.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=45.03%
G=31.35%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414210700.300.480.221.6548.7460.98
HexCC8E6B01E301416313d
Octal3142161530366024266175
Binary110011001000111011010110111101100001010010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E6B; }

 p { color: rgb(204,142,107); }

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

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

 a { background-color: rgb(204,142,107); }

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

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

 span { border-color: rgb(204,142,107); }

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