Html Css Color HEX #CD9A5E Whiskey Sour

📋 copy color: '#CD9A5E'

red 205 ◦ green 154 ◦ blue 94

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

Shades of Whiskey Sour #CD9A5E

Tints of Whiskey Sour #CD9A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34%

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 45.25%
G = 34%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD9A5E (or 0xCD9A5E) is known color: Whiskey Sour. HEX triplet: CD, 9A and 5E. RGB value is (205,154,94). Sum of RGB (Red+Green+Blue) = 205+154+94=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A5E is #3265A1. Grayscale: #A2A2A2. Windows color (decimal): -3302818 or 6200013. OLE color: 6200013.

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

Color convert

RGB 205 154 94 -
CMYK 0 0.25 0.54 0.20
HSL 32.43º 0.53% 0.59% -
HSV(B) 32.43º 0.54% 0.8% -
XYZ 38.75 36.9 15.67 -
YUV 162.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 205 154 94 0 0.25 0.54 0.20 32.43 0.53 0.59
Hex CD 9A 5E 0 19 36 14 20 35 3B
Octal 315 232 136 0 31 66 24 40 65 73
Binary 11001101 10011010 1011110 0 11001 110110 10100 100000 110101 111011

Color Harmonies of #CD9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A5E

Black with #CD9A5E

Text Example


Text Example

White with #CD9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A5E; }

 p { color: rgb(205,154,94); }

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

background-color css

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

 a { background-color: rgb(205,154,94); }

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

border-color css

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

 span { border-color: rgb(205,154,94); }

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