Html Css Color HEX #CD8F55 Whiskey Sour

📋 copy color: '#CD8F55'

red 205 ◦ green 143 ◦ blue 85

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

Shades of Whiskey Sour #CD8F55

Tints of Whiskey Sour #CD8F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 47.34%
G = 33.03%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD8F55 (or 0xCD8F55) is known color: Whiskey Sour. HEX triplet: CD, 8F and 55. RGB value is (205,143,85). Sum of RGB (Red+Green+Blue) = 205+143+85=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F55 is #3270AA. Grayscale: #9B9B9B. Windows color (decimal): -3305643 or 5607373. OLE color: 5607373.

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

Color convert

RGB 205 143 85 -
CMYK 0 0.30 0.59 0.20
HSL 29º 0.55% 0.57% -
HSV(B) 29º 0.59% 0.8% -
XYZ 36.64 33.28 13.09 -
YUV 154.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 205 143 85 0 0.30 0.59 0.20 29 0.55 0.57
Hex CD 8F 55 0 1E 3B 14 1D 37 39
Octal 315 217 125 0 36 73 24 35 67 71
Binary 11001101 10001111 1010101 0 11110 111011 10100 11101 110111 111001

Color Harmonies of #CD8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F55

Black with #CD8F55

Text Example


Text Example

White with #CD8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F55; }

 p { color: rgb(205,143,85); }

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

background-color css

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

 a { background-color: rgb(205,143,85); }

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

border-color css

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

 span { border-color: rgb(205,143,85); }

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