#CC9261

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

Shades of Whiskey #CC9261

Tints of Whiskey #CC9261

Color information

#CC9261 (or 0xCC9261) is unknown color: approx Whiskey. HEX triplet: CC, 92 and 61. RGB value is (204,146,97). Sum of RGB (Red+Green+Blue) = 204+146+97=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9261 is #336D9E. Grayscale: #9E9E9E. Windows color (decimal): -3370399 or 6394572. OLE color: 6394572.

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

Color convert

RGB20414697-
CMYK00.280.520.2
HSL27.48º51.2%59.02%-
HSV(B)27.48º52.45%80%-
XYZ37.3434.2615.95-
YUV157.7693.72160.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=45.64%
G=32.66%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041469700.280.520.227.4851.259.02
HexCC926101C34141b333b
Octal3142221410346424336373
Binary110011001001001011000010111001101001010011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9261; }

 p { color: rgb(204,146,97); }

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

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

 a { background-color: rgb(204,146,97); }

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

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

 span { border-color: rgb(204,146,97); }

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