Html Css Color HEX #CD8C56 Whiskey Sour

📋 copy color: '#CD8C56'

red 205 ◦ green 140 ◦ blue 86

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

Shades of Whiskey Sour #CD8C56

Tints of Whiskey Sour #CD8C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.95%

R = 47.56%
G = 32.48%
B = 19.95%

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

#CD8C56 (or 0xCD8C56) is known color: Whiskey Sour. HEX triplet: CD, 8C and 56. RGB value is (205,140,86). Sum of RGB (Red+Green+Blue) = 205+140+86=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C56 is #3273A9. Grayscale: #999999. Windows color (decimal): -3306410 or 5672141. OLE color: 5672141.

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

Color convert

RGB 205 140 86 -
CMYK 0 0.32 0.58 0.20
HSL 27.23º 0.54% 0.57% -
HSV(B) 27.23º 0.58% 0.8% -
XYZ 36.23 32.41 13.15 -
YUV 153.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 205 140 86 0 0.32 0.58 0.20 27.23 0.54 0.57
Hex CD 8C 56 0 20 3A 14 1B 36 39
Octal 315 214 126 0 40 72 24 33 66 71
Binary 11001101 10001100 1010110 0 100000 111010 10100 11011 110110 111001

Color Harmonies of #CD8C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C56

Black with #CD8C56

Text Example


Text Example

White with #CD8C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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