#CC965A

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

Shades of Whiskey Sour #CC965A

Tints of Whiskey Sour #CC965A

Color information

#CC965A (or 0xCC965A) is unknown color: approx Whiskey Sour. HEX triplet: CC, 96 and 5A. RGB value is (204,150,90). Sum of RGB (Red+Green+Blue) = 204+150+90=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC965A is #3369A5. Grayscale: #9F9F9F. Windows color (decimal): -3369382 or 5936844. OLE color: 5936844.

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

Color convert

RGB20415090-
CMYK00.260.560.2
HSL31.58º52.78%57.65%-
HSV(B)31.58º55.88%80%-
XYZ37.6535.3914.52-
YUV159.3188.89159.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=45.95%
G=33.78%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041509000.260.560.231.5852.7857.65
HexCC965A01A381420353a
Octal3142261320327024406572
Binary1100110010010110101101001101011100010100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC965A; }

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

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

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

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

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

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

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

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