Html Css Color HEX #C9885D Whiskey

📋 copy color: '#C9885D'

red 201 ◦ green 136 ◦ blue 93

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

Shades of Whiskey #C9885D

Tints of Whiskey #C9885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

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

R = 46.74%
G = 31.63%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9885D (or 0xC9885D) is known color: Whiskey. HEX triplet: C9, 88 and 5D. RGB value is (201,136,93). Sum of RGB (Red+Green+Blue) = 201+136+93=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9885D is #3677A2. Grayscale: #969696. Windows color (decimal): -3569571 or 6129865. OLE color: 6129865.

HSL color Cylindrical-coordinate representation of color #C9885D: hue angle of 23.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 #C9885D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 93 -
CMYK 0 0.32 0.54 0.21
HSL 23.89º 0.5% 0.58% -
HSV(B) 23.89º 0.54% 0.79% -
XYZ 34.87 30.82 14.47 -
YUV 150.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 201 136 93 0 0.32 0.54 0.21 23.89 0.5 0.58
Hex C9 88 5D 0 20 36 15 18 32 3A
Octal 311 210 135 0 40 66 25 30 62 72
Binary 11001001 10001000 1011101 0 100000 110110 10101 11000 110010 111010

Color Harmonies of #C9885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9885D

Black with #C9885D

Text Example


Text Example

White with #C9885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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