Html Css Color HEX #C49951 Tussock

📋 copy color: '#C49951'

red 196 ◦ green 153 ◦ blue 81

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

Shades of Tussock #C49951

Tints of Tussock #C49951

RGB

 RED value IS 196 (76.95% from 255) = 45.58%

 GREEN value IS 153 (60.16% from 255) = 35.58%

 BLUE value IS 81 (32.03% from 255) = 18.84%

R = 45.58%
G = 35.58%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49951 (or 0xC49951) is known color: Tussock. HEX triplet: C4, 99 and 51. RGB value is (196,153,81). Sum of RGB (Red+Green+Blue) = 196+153+81=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C49951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49951 is #3B66AE. Grayscale: #9D9D9D. Windows color (decimal): -3892911 or 5347780. OLE color: 5347780.

HSL color Cylindrical-coordinate representation of color #C49951: hue angle of 37.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C49951 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 81 -
CMYK 0 0.22 0.59 0.23
HSL 37.57º 0.49% 0.54% -
HSV(B) 37.57º 0.59% 0.77% -
XYZ 35.64 35.11 12.68 -
YUV 157.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 196 153 81 0 0.22 0.59 0.23 37.57 0.49 0.54
Hex C4 99 51 0 16 3B 17 26 31 36
Octal 304 231 121 0 26 73 27 46 61 66
Binary 11000100 10011001 1010001 0 10110 111011 10111 100110 110001 110110

Color Harmonies of #C49951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49951

Black with #C49951

Text Example


Text Example

White with #C49951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49951; }

 p { color: rgb(196,153,81); }

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

background-color css

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

 a { background-color: rgb(196,153,81); }

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

border-color css

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

 span { border-color: rgb(196,153,81); }

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