#CC9962

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

Shades of Whiskey #CC9962

Tints of Whiskey #CC9962

Color information

#CC9962 (or 0xCC9962) is unknown color: approx Whiskey. HEX triplet: CC, 99 and 62. RGB value is (204,153,98). Sum of RGB (Red+Green+Blue) = 204+153+98=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9962 is #33669D. Grayscale: #A2A2A2. Windows color (decimal): -3368606 or 6461900. OLE color: 6461900.

HSL color Cylindrical-coordinate representation of color #CC9962: hue angle of 31.13º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC9962 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20415398-
CMYK00.250.520.2
HSL31.13º50.96%59.22%-
HSV(B)31.13º51.96%80%-
XYZ38.536.516.57-
YUV161.9891.9157.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=44.84%
G=33.63%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041539800.250.520.231.1350.9659.22
HexCC996201934141f333b
Octal3142311420316424376373
Binary110011001001100111000100110011101001010011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9962; }

 p { color: rgb(204,153,98); }

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

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

 a { background-color: rgb(204,153,98); }

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

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

 span { border-color: rgb(204,153,98); }

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