Html Css Color HEX #C98960 Whiskey

📋 copy color: '#C98960'

red 201 ◦ green 137 ◦ blue 96

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

Shades of Whiskey #C98960

Tints of Whiskey #C98960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 46.31%
G = 31.57%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C98960 (or 0xC98960) is known color: Whiskey. HEX triplet: C9, 89 and 60. RGB value is (201,137,96). Sum of RGB (Red+Green+Blue) = 201+137+96=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C98960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98960 is #36769F. Grayscale: #979797. Windows color (decimal): -3569312 or 6326729. OLE color: 6326729.

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

Color convert

RGB 201 137 96 -
CMYK 0 0.32 0.52 0.21
HSL 23.43º 0.49% 0.58% -
HSV(B) 23.43º 0.52% 0.79% -
XYZ 35.14 31.15 15.23 -
YUV 151.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 201 137 96 0 0.32 0.52 0.21 23.43 0.49 0.58
Hex C9 89 60 0 20 34 15 17 31 3A
Octal 311 211 140 0 40 64 25 27 61 72
Binary 11001001 10001001 1100000 0 100000 110100 10101 10111 110001 111010

Color Harmonies of #C98960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98960

Black with #C98960

Text Example


Text Example

White with #C98960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98960; }

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

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

background-color css

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

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

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

border-color css

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

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

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