#CD8E58

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

Shades of Whiskey Sour #CD8E58

Tints of Whiskey Sour #CD8E58

Color information

#CD8E58 (or 0xCD8E58) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8E and 58. RGB value is (205,142,88). Sum of RGB (Red+Green+Blue) = 205+142+88=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E58 is #3271A7. Grayscale: #9A9A9A. Windows color (decimal): -3305896 or 5803725. OLE color: 5803725.

HSL color Cylindrical-coordinate representation of color #CD8E58: hue angle of 27.69º degrees, saturation: 0.54, 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 #CD8E58 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20514288-
CMYK00.310.570.20
HSL27.69º53.92%57.45%-
HSV(B)27.69º57.07%80.39%-
XYZ36.6133.0313.68-
YUV154.6890.37163.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 88 (34.77% from 255) = 20.23%
R=47.13%
G=32.64%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051428800.310.570.2027.6953.9257.45
HexCD8E5801F39141c3639
Octal3152161300377124346671
Binary110011011000111010110000111111110011010011100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E58; }

 p { color: rgb(205,142,88); }

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

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

 a { background-color: rgb(205,142,88); }

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

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

 span { border-color: rgb(205,142,88); }

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