Html Css Color HEX #C49D4E Tussock

📋 copy color: '#C49D4E'

red 196 ◦ green 157 ◦ blue 78

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

Shades of Tussock #C49D4E

Tints of Tussock #C49D4E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

 BLUE value IS 78 (30.86% from 255) = 18.1%

R = 45.48%
G = 36.43%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C49D4E (or 0xC49D4E) is known color: Tussock. HEX triplet: C4, 9D and 4E. RGB value is (196,157,78). Sum of RGB (Red+Green+Blue) = 196+157+78=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D4E is #3B62B1. Grayscale: #A0A0A0. Windows color (decimal): -3891890 or 5152196. OLE color: 5152196.

HSL color Cylindrical-coordinate representation of color #C49D4E: hue angle of 40.17º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C49D4E is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 78 -
CMYK 0 0.20 0.60 0.23
HSL 40.17º 0.5% 0.54% -
HSV(B) 40.17º 0.6% 0.77% -
XYZ 36.2 36.4 12.33 -
YUV 159.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 196 157 78 0 0.20 0.60 0.23 40.17 0.5 0.54
Hex C4 9D 4E 0 14 3C 17 28 32 36
Octal 304 235 116 0 24 74 27 50 62 66
Binary 11000100 10011101 1001110 0 10100 111100 10111 101000 110010 110110

Color Harmonies of #C49D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D4E

Black with #C49D4E

Text Example


Text Example

White with #C49D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D4E; }

 p { color: rgb(196,157,78); }

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

background-color css

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

 a { background-color: rgb(196,157,78); }

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

border-color css

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

 span { border-color: rgb(196,157,78); }

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