#C49C4E

Color #C49C4E Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C49C4E

Tints of Tussock #C49C4E

Color information

#C49C4E (or 0xC49C4E) is unknown color: approx Tussock. HEX triplet: C4, 9C and 4E. RGB value is (196,156,78). Sum of RGB (Red+Green+Blue) = 196+156+78=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C4E is #3B63B1. Grayscale: #9F9F9F. Windows color (decimal): -3892146 or 5151940. OLE color: 5151940.

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

Color convert

RGB19615678-
CMYK00.200.600.23
HSL39.66º50%53.73%-
HSV(B)39.66º60.2%76.86%-
XYZ36.0336.0612.27-
YUV159.0782.25154.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=45.58%
G=36.28%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961567800.200.600.2339.665053.73
HexC49C4E0143C17283236
Octal3042341160247427506266
Binary1100010010011100100111001010011110010111101000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C4E; }

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

 H1.HeaderClassName
 {
   color: #C49C4E;
 }
 .AnyTagClassName
 {
   color: #C49C4E;
 }
</style>
background-color css

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

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

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

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

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

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