Html Css Color HEX #C49A4D Tussock

📋 copy color: '#C49A4D'

red 196 ◦ green 154 ◦ blue 77

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

Shades of Tussock #C49A4D

Tints of Tussock #C49A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 45.9%
G = 36.07%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C49A4D (or 0xC49A4D) is known color: Tussock. HEX triplet: C4, 9A and 4D. RGB value is (196,154,77). Sum of RGB (Red+Green+Blue) = 196+154+77=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A4D is #3B65B2. Grayscale: #9E9E9E. Windows color (decimal): -3892659 or 5085892. OLE color: 5085892.

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

Color convert

RGB 196 154 77 -
CMYK 0 0.21 0.61 0.23
HSL 38.82º 0.5% 0.54% -
HSV(B) 38.82º 0.61% 0.77% -
XYZ 35.66 35.38 11.97 -
YUV 157.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 196 154 77 0 0.21 0.61 0.23 38.82 0.5 0.54
Hex C4 9A 4D 0 15 3D 17 27 32 36
Octal 304 232 115 0 25 75 27 47 62 66
Binary 11000100 10011010 1001101 0 10101 111101 10111 100111 110010 110110

Color Harmonies of #C49A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A4D

Black with #C49A4D

Text Example


Text Example

White with #C49A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A4D; }

 p { color: rgb(196,154,77); }

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

background-color css

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

 a { background-color: rgb(196,154,77); }

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

border-color css

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

 span { border-color: rgb(196,154,77); }

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