Html Css Color HEX #C89160 Whiskey

📋 copy color: '#C89160'

red 200 ◦ green 145 ◦ blue 96

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

Shades of Whiskey #C89160

Tints of Whiskey #C89160

RGB

 RED value IS 200 (78.52% from 255) = 45.35%

 GREEN value IS 145 (57.03% from 255) = 32.88%

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

R = 45.35%
G = 32.88%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C89160 (or 0xC89160) is known color: Whiskey. HEX triplet: C8, 91 and 60. RGB value is (200,145,96). Sum of RGB (Red+Green+Blue) = 200+145+96=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C89160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89160 is #376E9F. Grayscale: #9C9C9C. Windows color (decimal): -3632800 or 6328776. OLE color: 6328776.

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

Color convert

RGB 200 145 96 -
CMYK 0 0.28 0.52 0.22
HSL 28.27º 0.49% 0.58% -
HSV(B) 28.27º 0.52% 0.78% -
XYZ 36.06 33.37 15.61 -
YUV 155.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 200 145 96 0 0.28 0.52 0.22 28.27 0.49 0.58
Hex C8 91 60 0 1C 34 16 1C 31 3A
Octal 310 221 140 0 34 64 26 34 61 72
Binary 11001000 10010001 1100000 0 11100 110100 10110 11100 110001 111010

Color Harmonies of #C89160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89160

Black with #C89160

Text Example


Text Example

White with #C89160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89160; }

 p { color: rgb(200,145,96); }

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

background-color css

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

 a { background-color: rgb(200,145,96); }

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

border-color css

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

 span { border-color: rgb(200,145,96); }

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