Html Css Color HEX #C89060 Whiskey

📋 copy color: '#C89060'

red 200 ◦ green 144 ◦ blue 96

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

Shades of Whiskey #C89060

Tints of Whiskey #C89060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.73%

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

R = 45.45%
G = 32.73%
B = 21.82%

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

#C89060 (or 0xC89060) is known color: Whiskey. HEX triplet: C8, 90 and 60. RGB value is (200,144,96). Sum of RGB (Red+Green+Blue) = 200+144+96=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C89060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89060 is #376F9F. Grayscale: #9B9B9B. Windows color (decimal): -3633056 or 6328520. OLE color: 6328520.

HSL color Cylindrical-coordinate representation of color #C89060: hue angle of 27.69º 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 #C89060 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 96 -
CMYK 0 0.28 0.52 0.22
HSL 27.69º 0.49% 0.58% -
HSV(B) 27.69º 0.52% 0.78% -
XYZ 35.9 33.07 15.56 -
YUV 155.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 200 144 96 0 0.28 0.52 0.22 27.69 0.49 0.58
Hex C8 90 60 0 1C 34 16 1C 31 3A
Octal 310 220 140 0 34 64 26 34 61 72
Binary 11001000 10010000 1100000 0 11100 110100 10110 11100 110001 111010

Color Harmonies of #C89060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89060

Black with #C89060

Text Example


Text Example

White with #C89060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89060; }

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

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

background-color css

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

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

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

border-color css

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

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

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