Html Css Color HEX #C49650 Tussock

📋 copy color: '#C49650'

red 196 ◦ green 150 ◦ blue 80

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

Shades of Tussock #C49650

Tints of Tussock #C49650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

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

R = 46.01%
G = 35.21%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49650 (or 0xC49650) is known color: Tussock. HEX triplet: C4, 96 and 50. RGB value is (196,150,80). Sum of RGB (Red+Green+Blue) = 196+150+80=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C49650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49650 is #3B69AF. Grayscale: #9C9C9C. Windows color (decimal): -3893680 or 5281476. OLE color: 5281476.

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

Color convert

RGB 196 150 80 -
CMYK 0 0.23 0.59 0.23
HSL 36.21º 0.5% 0.54% -
HSV(B) 36.21º 0.59% 0.77% -
XYZ 35.12 34.13 12.33 -
YUV 155.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 196 150 80 0 0.23 0.59 0.23 36.21 0.5 0.54
Hex C4 96 50 0 17 3B 17 24 32 36
Octal 304 226 120 0 27 73 27 44 62 66
Binary 11000100 10010110 1010000 0 10111 111011 10111 100100 110010 110110

Color Harmonies of #C49650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49650

Black with #C49650

Text Example


Text Example

White with #C49650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49650; }

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

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

background-color css

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

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

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

border-color css

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

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

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