#CC9465

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

Shades of Whiskey #CC9465

Tints of Whiskey #CC9465

Color information

#CC9465 (or 0xCC9465) is unknown color: approx Whiskey. HEX triplet: CC, 94 and 65. RGB value is (204,148,101). Sum of RGB (Red+Green+Blue) = 204+148+101=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9465 is #336B9A. Grayscale: #9F9F9F. Windows color (decimal): -3369883 or 6657228. OLE color: 6657228.

HSL color Cylindrical-coordinate representation of color #CC9465: hue angle of 27.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC9465 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204148101-
CMYK00.270.500.2
HSL27.38º50.24%59.8%-
HSV(B)27.38º50.49%80%-
XYZ37.8434.9617.06-
YUV159.3995.05159.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=45.03%
G=32.67%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414810100.270.500.227.3850.2459.8
HexCC946501B32141b323c
Octal3142241450336224336274
Binary110011001001010011001010110111100101010011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9465; }

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

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

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

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

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

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

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

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