Html Css Color HEX #C9895D Whiskey

📋 copy color: '#C9895D'

red 201 ◦ green 137 ◦ blue 93

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

Shades of Whiskey #C9895D

Tints of Whiskey #C9895D

RGB

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

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

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

R = 46.64%
G = 31.79%
B = 21.58%

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

#C9895D (or 0xC9895D) is known color: Whiskey. HEX triplet: C9, 89 and 5D. RGB value is (201,137,93). Sum of RGB (Red+Green+Blue) = 201+137+93=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9895D is #3676A2. Grayscale: #979797. Windows color (decimal): -3569315 or 6130121. OLE color: 6130121.

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

Color convert

RGB 201 137 93 -
CMYK 0 0.32 0.54 0.21
HSL 24.44º 0.5% 0.58% -
HSV(B) 24.44º 0.54% 0.79% -
XYZ 35.01 31.1 14.51 -
YUV 151.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 201 137 93 0 0.32 0.54 0.21 24.44 0.5 0.58
Hex C9 89 5D 0 20 36 15 18 32 3A
Octal 311 211 135 0 40 66 25 30 62 72
Binary 11001001 10001001 1011101 0 100000 110110 10101 11000 110010 111010

Color Harmonies of #C9895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9895D

Black with #C9895D

Text Example


Text Example

White with #C9895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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