#CC9263

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

Shades of Whiskey #CC9263

Tints of Whiskey #CC9263

Color information

#CC9263 (or 0xCC9263) is unknown color: approx Whiskey. HEX triplet: CC, 92 and 63. RGB value is (204,146,99). Sum of RGB (Red+Green+Blue) = 204+146+99=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9263 is #336D9C. Grayscale: #9E9E9E. Windows color (decimal): -3370397 or 6525644. OLE color: 6525644.

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

Color convert

RGB20414699-
CMYK00.280.510.2
HSL26.86º50.72%59.41%-
HSV(B)26.86º51.47%80%-
XYZ37.4334.316.45-
YUV157.9894.72160.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=45.43%
G=32.52%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041469900.280.510.226.8650.7259.41
HexCC926301C33141b333b
Octal3142221430346324336373
Binary110011001001001011000110111001100111010011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9263; }

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

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

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

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

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

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

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

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