#CC895A

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

Shades of Whiskey Sour #CC895A

Tints of Whiskey Sour #CC895A

Color information

#CC895A (or 0xCC895A) is unknown color: approx Whiskey Sour. HEX triplet: CC, 89 and 5A. RGB value is (204,137,90). Sum of RGB (Red+Green+Blue) = 204+137+90=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC895A is #3376A5. Grayscale: #979797. Windows color (decimal): -3372710 or 5933516. OLE color: 5933516.

HSL color Cylindrical-coordinate representation of color #CC895A: hue angle of 24.74º 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 #CC895A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20413790-
CMYK00.330.560.2
HSL24.74º52.78%57.65%-
HSV(B)24.74º55.88%80%-
XYZ35.6931.4713.87-
YUV151.6793.2165.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=47.33%
G=31.79%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041379000.330.560.224.7452.7857.65
HexCC895A021381419353a
Octal3142111320417024316572
Binary1100110010001001101101001000011110001010011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC895A; }

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

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

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

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

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

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

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

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