#CC976C

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

Shades of Whiskey #CC976C

Tints of Whiskey #CC976C

Color information

#CC976C (or 0xCC976C) is unknown color: approx Whiskey. HEX triplet: CC, 97 and 6C. RGB value is (204,151,108). Sum of RGB (Red+Green+Blue) = 204+151+108=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC976C is #336893. Grayscale: #A2A2A2. Windows color (decimal): -3369108 or 7116748. OLE color: 7116748.

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

Color convert

RGB204151108-
CMYK00.260.470.2
HSL26.88º48.48%61.18%-
HSV(B)26.88º47.06%80%-
XYZ38.6836.0519.11-
YUV161.9497.56158-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=44.06%
G=32.61%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415110800.260.470.226.8848.4861.18
HexCC976C01A2F141b303d
Octal3142271540325724336075
Binary110011001001011111011000110101011111010011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC976C; }

 p { color: rgb(204,151,108); }

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

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

 a { background-color: rgb(204,151,108); }

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

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

 span { border-color: rgb(204,151,108); }

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