Html Css Color HEX #C9915D Whiskey Sour

📋 copy color: '#C9915D'

red 201 ◦ green 145 ◦ blue 93

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

Shades of Whiskey Sour #C9915D

Tints of Whiskey Sour #C9915D

RGB

 RED value IS 201 (78.91% from 255) = 45.79%

 GREEN value IS 145 (57.03% from 255) = 33.03%

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 45.79%
G = 33.03%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9915D (or 0xC9915D) is known color: Whiskey Sour. HEX triplet: C9, 91 and 5D. RGB value is (201,145,93). Sum of RGB (Red+Green+Blue) = 201+145+93=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9915D is #366EA2. Grayscale: #9C9C9C. Windows color (decimal): -3567267 or 6132169. OLE color: 6132169.

HSL color Cylindrical-coordinate representation of color #C9915D: hue angle of 28.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9915D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 93 -
CMYK 0 0.28 0.54 0.21
HSL 28.89º 0.5% 0.58% -
HSV(B) 28.89º 0.54% 0.79% -
XYZ 36.19 33.46 14.91 -
YUV 155.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 201 145 93 0 0.28 0.54 0.21 28.89 0.5 0.58
Hex C9 91 5D 0 1C 36 15 1D 32 3A
Octal 311 221 135 0 34 66 25 35 62 72
Binary 11001001 10010001 1011101 0 11100 110110 10101 11101 110010 111010

Color Harmonies of #C9915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9915D

Black with #C9915D

Text Example


Text Example

White with #C9915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9915D; }

 p { color: rgb(201,145,93); }

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

background-color css

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

 a { background-color: rgb(201,145,93); }

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

border-color css

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

 span { border-color: rgb(201,145,93); }

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