#CC976A

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

Shades of Whiskey #CC976A

Tints of Whiskey #CC976A

Color information

#CC976A (or 0xCC976A) is unknown color: approx Whiskey. HEX triplet: CC, 97 and 6A. RGB value is (204,151,106). Sum of RGB (Red+Green+Blue) = 204+151+106=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC976A is #336895. Grayscale: #A1A1A1. Windows color (decimal): -3369110 or 6985676. OLE color: 6985676.

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

Color convert

RGB204151106-
CMYK00.260.480.2
HSL27.55º49%60.78%-
HSV(B)27.55º48.04%80%-
XYZ38.5736.0118.55-
YUV161.7296.56158.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=44.25%
G=32.75%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415110600.260.480.227.554960.78
HexCC976A01A30141c313d
Octal3142271520326024346175
Binary110011001001011111010100110101100001010011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC976A; }

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

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

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

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

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

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

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

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