#CC965F

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

Shades of Whiskey Sour #CC965F

Tints of Whiskey Sour #CC965F

Color information

#CC965F (or 0xCC965F) is unknown color: approx Whiskey Sour. HEX triplet: CC, 96 and 5F. RGB value is (204,150,95). Sum of RGB (Red+Green+Blue) = 204+150+95=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC965F is #3369A0. Grayscale: #A0A0A0. Windows color (decimal): -3369377 or 6264524. OLE color: 6264524.

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

Color convert

RGB20415095-
CMYK00.260.530.2
HSL30.28º51.66%58.63%-
HSV(B)30.28º53.43%80%-
XYZ37.8735.4815.68-
YUV159.8891.39159.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=45.43%
G=33.41%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041509500.260.530.230.2851.6658.63
HexCC965F01A35141e343b
Octal3142261370326524366473
Binary110011001001011010111110110101101011010011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC965F; }

 p { color: rgb(204,150,95); }

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

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

 a { background-color: rgb(204,150,95); }

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

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

 span { border-color: rgb(204,150,95); }

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