Html Css Color HEX #CD8859 Whiskey Sour

📋 copy color: '#CD8859'

red 205 ◦ green 136 ◦ blue 89

#CD8859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CD8859

Tints of Whiskey Sour #CD8859

RGB

 RED value IS 205 (80.47% from 255) = 47.67%

 GREEN value IS 136 (53.52% from 255) = 31.63%

 BLUE value IS 89 (35.16% from 255) = 20.7%

R = 47.67%
G = 31.63%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD8859 (or 0xCD8859) is known color: Whiskey Sour. HEX triplet: CD, 88 and 59. RGB value is (205,136,89). Sum of RGB (Red+Green+Blue) = 205+136+89=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8859 is #3277A6. Grayscale: #979797. Windows color (decimal): -3307431 or 5867725. OLE color: 5867725.

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

Color convert

RGB 205 136 89 -
CMYK 0 0.34 0.57 0.20
HSL 24.31º 0.54% 0.58% -
HSV(B) 24.31º 0.57% 0.8% -
XYZ 35.78 31.31 13.61 -
YUV 151.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 205 136 89 0 0.34 0.57 0.20 24.31 0.54 0.58
Hex CD 88 59 0 22 39 14 18 36 3A
Octal 315 210 131 0 42 71 24 30 66 72
Binary 11001101 10001000 1011001 0 100010 111001 10100 11000 110110 111010

Color Harmonies of #CD8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8859

Black with #CD8859

Text Example


Text Example

White with #CD8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8859; }

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

 H1.HeaderClassName
 {
   color: #CD8859;
 }
 .AnyTagClassName
 {
   color: #CD8859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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