#CC8C6A

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

Shades of Whiskey #CC8C6A

Tints of Whiskey #CC8C6A

Color information

#CC8C6A (or 0xCC8C6A) is unknown color: approx Whiskey. HEX triplet: CC, 8C and 6A. RGB value is (204,140,106). Sum of RGB (Red+Green+Blue) = 204+140+106=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C6A is #337395. Grayscale: #9B9B9B. Windows color (decimal): -3371926 or 6982860. OLE color: 6982860.

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

Color convert

RGB204140106-
CMYK00.310.480.2
HSL20.82º49%60.78%-
HSV(B)20.82º48.04%80%-
XYZ36.8832.6317.99-
YUV155.26100.2162.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=45.33%
G=31.11%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414010600.310.480.220.824960.78
HexCC8C6A01F301415313d
Octal3142141520376024256175
Binary110011001000110011010100111111100001010010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C6A; }

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

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

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

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

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

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

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

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