#CC8A57

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

Shades of Whiskey Sour #CC8A57

Tints of Whiskey Sour #CC8A57

Color information

#CC8A57 (or 0xCC8A57) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8A and 57. RGB value is (204,138,87). Sum of RGB (Red+Green+Blue) = 204+138+87=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A57 is #3375A8. Grayscale: #989898. Windows color (decimal): -3372457 or 5737164. OLE color: 5737164.

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

Color convert

RGB20413887-
CMYK00.320.570.2
HSL26.15º53.42%57.06%-
HSV(B)26.15º57.35%80%-
XYZ35.7131.713.25-
YUV151.9291.37165.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=47.55%
G=32.17%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041388700.320.570.226.1553.4257.06
HexCC8A5702039141a3539
Octal3142121270407124326571
Binary1100110010001010101011101000001110011010011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A57; }

 p { color: rgb(204,138,87); }

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

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

 a { background-color: rgb(204,138,87); }

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

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

 span { border-color: rgb(204,138,87); }

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