#CC9359

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

Shades of Whiskey Sour #CC9359

Tints of Whiskey Sour #CC9359

Color information

#CC9359 (or 0xCC9359) is unknown color: approx Whiskey Sour. HEX triplet: CC, 93 and 59. RGB value is (204,147,89). Sum of RGB (Red+Green+Blue) = 204+147+89=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9359 is #336CA6. Grayscale: #9D9D9D. Windows color (decimal): -3370151 or 5870540. OLE color: 5870540.

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

Color convert

RGB20414789-
CMYK00.280.560.2
HSL30.26º53%57.45%-
HSV(B)30.26º56.37%80%-
XYZ37.1434.4314.14-
YUV157.4389.38161.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 89 (35.16% from 255) = 20.23%
R=46.36%
G=33.41%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041478900.280.560.230.265357.45
HexCC935901C38141e3539
Octal3142231310347024366571
Binary110011001001001110110010111001110001010011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9359; }

 p { color: rgb(204,147,89); }

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

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

 a { background-color: rgb(204,147,89); }

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

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

 span { border-color: rgb(204,147,89); }

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