Html Css Color HEX #C49850 Tussock

📋 copy color: '#C49850'

red 196 ◦ green 152 ◦ blue 80

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

Shades of Tussock #C49850

Tints of Tussock #C49850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.51%

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 45.79%
G = 35.51%
B = 18.69%

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

#C49850 (or 0xC49850) is known color: Tussock. HEX triplet: C4, 98 and 50. RGB value is (196,152,80). Sum of RGB (Red+Green+Blue) = 196+152+80=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C49850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49850 is #3B67AF. Grayscale: #9D9D9D. Windows color (decimal): -3893168 or 5281988. OLE color: 5281988.

HSL color Cylindrical-coordinate representation of color #C49850: hue angle of 37.24º degrees, saturation: 0.5, 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 #C49850 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 80 -
CMYK 0 0.22 0.59 0.23
HSL 37.24º 0.5% 0.54% -
HSV(B) 37.24º 0.59% 0.77% -
XYZ 35.44 34.77 12.43 -
YUV 156.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 196 152 80 0 0.22 0.59 0.23 37.24 0.5 0.54
Hex C4 98 50 0 16 3B 17 25 32 36
Octal 304 230 120 0 26 73 27 45 62 66
Binary 11000100 10011000 1010000 0 10110 111011 10111 100101 110010 110110

Color Harmonies of #C49850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49850

Black with #C49850

Text Example


Text Example

White with #C49850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49850; }

 p { color: rgb(196,152,80); }

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

background-color css

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

 a { background-color: rgb(196,152,80); }

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

border-color css

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

 span { border-color: rgb(196,152,80); }

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