Html Css Color HEX #C89261 Whiskey

📋 copy color: '#C89261'

red 200 ◦ green 146 ◦ blue 97

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

Shades of Whiskey #C89261

Tints of Whiskey #C89261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.96%

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 45.15%
G = 32.96%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C89261 (or 0xC89261) is known color: Whiskey. HEX triplet: C8, 92 and 61. RGB value is (200,146,97). Sum of RGB (Red+Green+Blue) = 200+146+97=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C89261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89261 is #376D9E. Grayscale: #9C9C9C. Windows color (decimal): -3632543 or 6394568. OLE color: 6394568.

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

Color convert

RGB 200 146 97 -
CMYK 0 0.27 0.52 0.22
HSL 28.54º 0.48% 0.58% -
HSV(B) 28.54º 0.52% 0.78% -
XYZ 36.26 33.7 15.9 -
YUV 156.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 200 146 97 0 0.27 0.52 0.22 28.54 0.48 0.58
Hex C8 92 61 0 1B 34 16 1D 30 3A
Octal 310 222 141 0 33 64 26 35 60 72
Binary 11001000 10010010 1100001 0 11011 110100 10110 11101 110000 111010

Color Harmonies of #C89261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89261

Black with #C89261

Text Example


Text Example

White with #C89261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89261; }

 p { color: rgb(200,146,97); }

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

background-color css

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

 a { background-color: rgb(200,146,97); }

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

border-color css

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

 span { border-color: rgb(200,146,97); }

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