Html Css Color HEX #C9895F Whiskey

📋 copy color: '#C9895F'

red 201 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #C9895F

Tints of Whiskey #C9895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 46.42%
G = 31.64%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9895F (or 0xC9895F) is known color: Whiskey. HEX triplet: C9, 89 and 5F. RGB value is (201,137,95). Sum of RGB (Red+Green+Blue) = 201+137+95=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9895F is #3676A0. Grayscale: #979797. Windows color (decimal): -3569313 or 6261193. OLE color: 6261193.

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

Color convert

RGB 201 137 95 -
CMYK 0 0.32 0.53 0.21
HSL 23.77º 0.5% 0.58% -
HSV(B) 23.77º 0.53% 0.79% -
XYZ 35.1 31.14 14.99 -
YUV 151.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 201 137 95 0 0.32 0.53 0.21 23.77 0.5 0.58
Hex C9 89 5F 0 20 35 15 18 32 3A
Octal 311 211 137 0 40 65 25 30 62 72
Binary 11001001 10001001 1011111 0 100000 110101 10101 11000 110010 111010

Color Harmonies of #C9895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9895F

Black with #C9895F

Text Example


Text Example

White with #C9895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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