Html Css Color HEX #C49450 Tussock

📋 copy color: '#C49450'

red 196 ◦ green 148 ◦ blue 80

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

Shades of Tussock #C49450

Tints of Tussock #C49450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

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

R = 46.23%
G = 34.91%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49450 (or 0xC49450) is known color: Tussock. HEX triplet: C4, 94 and 50. RGB value is (196,148,80). Sum of RGB (Red+Green+Blue) = 196+148+80=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C49450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49450 is #3B6BAF. Grayscale: #9A9A9A. Windows color (decimal): -3894192 or 5280964. OLE color: 5280964.

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

Color convert

RGB 196 148 80 -
CMYK 0 0.24 0.59 0.23
HSL 35.17º 0.5% 0.54% -
HSV(B) 35.17º 0.59% 0.77% -
XYZ 34.8 33.49 12.22 -
YUV 154.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 196 148 80 0 0.24 0.59 0.23 35.17 0.5 0.54
Hex C4 94 50 0 18 3B 17 23 32 36
Octal 304 224 120 0 30 73 27 43 62 66
Binary 11000100 10010100 1010000 0 11000 111011 10111 100011 110010 110110

Color Harmonies of #C49450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49450

Black with #C49450

Text Example


Text Example

White with #C49450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49450; }

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

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

background-color css

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

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

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

border-color css

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

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

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