#CC8F6B

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

Shades of Whiskey #CC8F6B

Tints of Whiskey #CC8F6B

Color information

#CC8F6B (or 0xCC8F6B) is unknown color: approx Whiskey. HEX triplet: CC, 8F and 6B. RGB value is (204,143,107). Sum of RGB (Red+Green+Blue) = 204+143+107=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F6B is #337094. Grayscale: #9D9D9D. Windows color (decimal): -3371157 or 7049164. OLE color: 7049164.

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

Color convert

RGB204143107-
CMYK00.300.480.2
HSL22.27º48.74%60.98%-
HSV(B)22.27º47.55%80%-
XYZ37.3833.5418.41-
YUV157.1499.71161.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=44.93%
G=31.50%
B=23.57%

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
Decimal20414310700.300.480.222.2748.7460.98
HexCC8F6B01E301416313d
Octal3142171530366024266175
Binary110011001000111111010110111101100001010010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8F6B; }

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

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

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

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

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

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

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

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