Html Css Color HEX #CD8C58 Whiskey Sour

📋 copy color: '#CD8C58'

red 205 ◦ green 140 ◦ blue 88

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

Shades of Whiskey Sour #CD8C58

Tints of Whiskey Sour #CD8C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.32%

R = 47.34%
G = 32.33%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD8C58 (or 0xCD8C58) is known color: Whiskey Sour. HEX triplet: CD, 8C and 58. RGB value is (205,140,88). Sum of RGB (Red+Green+Blue) = 205+140+88=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C58 is #3273A7. Grayscale: #999999. Windows color (decimal): -3306408 or 5803213. OLE color: 5803213.

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

Color convert

RGB 205 140 88 -
CMYK 0 0.32 0.57 0.20
HSL 26.67º 0.54% 0.57% -
HSV(B) 26.67º 0.57% 0.8% -
XYZ 36.32 32.44 13.58 -
YUV 153.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 205 140 88 0 0.32 0.57 0.20 26.67 0.54 0.57
Hex CD 8C 58 0 20 39 14 1B 36 39
Octal 315 214 130 0 40 71 24 33 66 71
Binary 11001101 10001100 1011000 0 100000 111001 10100 11011 110110 111001

Color Harmonies of #CD8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C58

Black with #CD8C58

Text Example


Text Example

White with #CD8C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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