#CC9462

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

Shades of Whiskey #CC9462

Tints of Whiskey #CC9462

Color information

#CC9462 (or 0xCC9462) is unknown color: approx Whiskey. HEX triplet: CC, 94 and 62. RGB value is (204,148,98). Sum of RGB (Red+Green+Blue) = 204+148+98=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9462 is #336B9D. Grayscale: #9F9F9F. Windows color (decimal): -3369886 or 6460620. OLE color: 6460620.

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

Color convert

RGB20414898-
CMYK00.270.520.2
HSL28.3º50.96%59.22%-
HSV(B)28.3º51.96%80%-
XYZ37.734.916.3-
YUV159.0493.55160.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=45.33%
G=32.89%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041489800.270.520.228.350.9659.22
HexCC946201B34141c333b
Octal3142241420336424346373
Binary110011001001010011000100110111101001010011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9462; }

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

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

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

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

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

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

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

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