Html Css Color HEX #CD9A5C Whiskey Sour

📋 copy color: '#CD9A5C'

red 205 ◦ green 154 ◦ blue 92

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

Shades of Whiskey Sour #CD9A5C

Tints of Whiskey Sour #CD9A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 45.45%
G = 34.15%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD9A5C (or 0xCD9A5C) is known color: Whiskey Sour. HEX triplet: CD, 9A and 5C. RGB value is (205,154,92). Sum of RGB (Red+Green+Blue) = 205+154+92=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A5C is #3265A3. Grayscale: #A2A2A2. Windows color (decimal): -3302820 or 6068941. OLE color: 6068941.

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

Color convert

RGB 205 154 92 -
CMYK 0 0.25 0.55 0.20
HSL 32.92º 0.53% 0.58% -
HSV(B) 32.92º 0.55% 0.8% -
XYZ 38.66 36.86 15.2 -
YUV 162.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 205 154 92 0 0.25 0.55 0.20 32.92 0.53 0.58
Hex CD 9A 5C 0 19 37 14 21 35 3A
Octal 315 232 134 0 31 67 24 41 65 72
Binary 11001101 10011010 1011100 0 11001 110111 10100 100001 110101 111010

Color Harmonies of #CD9A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A5C

Black with #CD9A5C

Text Example


Text Example

White with #CD9A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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