#CD8A54

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

Shades of Whiskey Sour #CD8A54

Tints of Whiskey Sour #CD8A54

Color information

#CD8A54 (or 0xCD8A54) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8A and 54. RGB value is (205,138,84). Sum of RGB (Red+Green+Blue) = 205+138+84=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A54 is #3275AB. Grayscale: #989898. Windows color (decimal): -3306924 or 5540557. OLE color: 5540557.

HSL color Cylindrical-coordinate representation of color #CD8A54: hue angle of 26.78º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD8A54 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20513884-
CMYK00.330.590.20
HSL26.78º54.75%56.67%-
HSV(B)26.78º59.02%80.39%-
XYZ35.8731.812.63-
YUV151.8889.7165.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=48.01%
G=32.32%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051388400.330.590.2026.7854.7556.67
HexCD8A540213B141b3739
Octal3152121240417324336771
Binary1100110110001010101010001000011110111010011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A54; }

 p { color: rgb(205,138,84); }

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

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

 a { background-color: rgb(205,138,84); }

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

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

 span { border-color: rgb(205,138,84); }

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