Html Css Color HEX #C49C4D Tussock

📋 copy color: '#C49C4D'

red 196 ◦ green 156 ◦ blue 77

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

Shades of Tussock #C49C4D

Tints of Tussock #C49C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

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

R = 45.69%
G = 36.36%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C49C4D (or 0xC49C4D) is known color: Tussock. HEX triplet: C4, 9C and 4D. RGB value is (196,156,77). Sum of RGB (Red+Green+Blue) = 196+156+77=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C4D is #3B63B2. Grayscale: #9F9F9F. Windows color (decimal): -3892147 or 5086404. OLE color: 5086404.

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

Color convert

RGB 196 156 77 -
CMYK 0 0.20 0.61 0.23
HSL 39.83º 0.5% 0.54% -
HSV(B) 39.83º 0.61% 0.77% -
XYZ 35.99 36.05 12.08 -
YUV 158.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 196 156 77 0 0.20 0.61 0.23 39.83 0.5 0.54
Hex C4 9C 4D 0 14 3D 17 28 32 36
Octal 304 234 115 0 24 75 27 50 62 66
Binary 11000100 10011100 1001101 0 10100 111101 10111 101000 110010 110110

Color Harmonies of #C49C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C4D

Black with #C49C4D

Text Example


Text Example

White with #C49C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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