Html Css Color HEX #C9895B Whiskey

📋 copy color: '#C9895B'

red 201 ◦ green 137 ◦ blue 91

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

Shades of Whiskey #C9895B

Tints of Whiskey #C9895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 91 (35.94% from 255) = 21.21%

R = 46.85%
G = 31.93%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9895B (or 0xC9895B) is known color: Whiskey. HEX triplet: C9, 89 and 5B. RGB value is (201,137,91). Sum of RGB (Red+Green+Blue) = 201+137+91=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9895B is #3676A4. Grayscale: #979797. Windows color (decimal): -3569317 or 5999049. OLE color: 5999049.

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

Color convert

RGB 201 137 91 -
CMYK 0 0.32 0.55 0.21
HSL 25.09º 0.5% 0.57% -
HSV(B) 25.09º 0.55% 0.79% -
XYZ 34.92 31.06 14.05 -
YUV 150.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 201 137 91 0 0.32 0.55 0.21 25.09 0.5 0.57
Hex C9 89 5B 0 20 37 15 19 32 39
Octal 311 211 133 0 40 67 25 31 62 71
Binary 11001001 10001001 1011011 0 100000 110111 10101 11001 110010 111001

Color Harmonies of #C9895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9895B

Black with #C9895B

Text Example


Text Example

White with #C9895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9895B; }

 p { color: rgb(201,137,91); }

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

background-color css

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

 a { background-color: rgb(201,137,91); }

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

border-color css

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

 span { border-color: rgb(201,137,91); }

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