#CC965E

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

Shades of Whiskey Sour #CC965E

Tints of Whiskey Sour #CC965E

Color information

#CC965E (or 0xCC965E) is unknown color: approx Whiskey Sour. HEX triplet: CC, 96 and 5E. RGB value is (204,150,94). Sum of RGB (Red+Green+Blue) = 204+150+94=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC965E is #3369A1. Grayscale: #A0A0A0. Windows color (decimal): -3369378 or 6198988. OLE color: 6198988.

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

Color convert

RGB20415094-
CMYK00.260.540.2
HSL30.55º51.89%58.43%-
HSV(B)30.55º53.92%80%-
XYZ37.8335.4615.44-
YUV159.7690.89159.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=45.54%
G=33.48%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041509400.260.540.230.5551.8958.43
HexCC965E01A36141f343a
Octal3142261360326624376472
Binary110011001001011010111100110101101101010011111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC965E; }

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

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

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

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

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

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

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

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