#CD8858

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

Shades of Whiskey Sour #CD8858

Tints of Whiskey Sour #CD8858

Color information

#CD8858 (or 0xCD8858) is unknown color: approx Whiskey Sour. HEX triplet: CD, 88 and 58. RGB value is (205,136,88). Sum of RGB (Red+Green+Blue) = 205+136+88=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8858 is #3277A7. Grayscale: #979797. Windows color (decimal): -3307432 or 5802189. OLE color: 5802189.

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

Color convert

RGB20513688-
CMYK00.340.570.20
HSL24.62º53.92%57.45%-
HSV(B)24.62º57.07%80.39%-
XYZ35.7431.2913.39-
YUV151.1692.36166.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 88 (34.77% from 255) = 20.51%
R=47.79%
G=31.70%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051368800.340.570.2024.6253.9257.45
HexCD88580223914193639
Octal3152101300427124316671
Binary1100110110001000101100001000101110011010011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8858; }

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

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

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

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

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

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

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

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