Html Css Color HEX #CD8C57 Whiskey Sour

📋 copy color: '#CD8C57'

red 205 ◦ green 140 ◦ blue 87

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

Shades of Whiskey Sour #CD8C57

Tints of Whiskey Sour #CD8C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 87 (34.38% from 255) = 20.14%

R = 47.45%
G = 32.41%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD8C57 (or 0xCD8C57) is known color: Whiskey Sour. HEX triplet: CD, 8C and 57. RGB value is (205,140,87). Sum of RGB (Red+Green+Blue) = 205+140+87=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C57 is #3273A8. Grayscale: #999999. Windows color (decimal): -3306409 or 5737677. OLE color: 5737677.

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

Color convert

RGB 205 140 87 -
CMYK 0 0.32 0.58 0.20
HSL 26.95º 0.54% 0.57% -
HSV(B) 26.95º 0.58% 0.8% -
XYZ 36.28 32.42 13.36 -
YUV 153.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 205 140 87 0 0.32 0.58 0.20 26.95 0.54 0.57
Hex CD 8C 57 0 20 3A 14 1B 36 39
Octal 315 214 127 0 40 72 24 33 66 71
Binary 11001101 10001100 1010111 0 100000 111010 10100 11011 110110 111001

Color Harmonies of #CD8C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C57

Black with #CD8C57

Text Example


Text Example

White with #CD8C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C57; }

 p { color: rgb(205,140,87); }

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

background-color css

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

 a { background-color: rgb(205,140,87); }

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

border-color css

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

 span { border-color: rgb(205,140,87); }

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