Shades of Earls Green #C3A52F
Tints of Earls Green #C3A52F
RGB
CMYK
RGB Variations
Color information
#C3A52F (or 0xC3A52F) is known color: Earls Green. HEX triplet: C3, A5 and 2F. RGB value is (195,165,47). Sum of RGB (Red+Green+Blue) = 195+165+47=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A52F is #3C5AD0. Grayscale: #A1A1A1. Windows color (decimal): -3955409 or 3122627. OLE color: 3122627.
HSL color Cylindrical-coordinate representation of color #C3A52F: hue angle of 47.84º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3A52F is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 47 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.24 |
| HSL | 47.84º | 0.61% | 0.47% | - |
| HSV(B) | 47.84º | 0.76% | 0.76% | - |
| XYZ | 36.47 | 38.72 | 8.24 | - |
| YUV | 160.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 47 | 0 | 0.15 | 0.76 | 0.24 | 47.84 | 0.61 | 0.47 |
| Hex | C3 | A5 | 2F | 0 | F | 4C | 18 | 30 | 3D | 2F |
| Octal | 303 | 245 | 57 | 0 | 17 | 114 | 30 | 60 | 75 | 57 |
| Binary | 11000011 | 10100101 | 101111 | 0 | 1111 | 1001100 | 11000 | 110000 | 111101 | 101111 |
Color Harmonies of #C3A52F
Complementary color
Monochromatic Colors of #C3A52F
Black with #C3A52F
Text Example
Text Example
White with #C3A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A52F; }
p { color: rgb(195,165,47); }
H1.HeaderClassName
{
color: #C3A52F;
}
.AnyTagClassName
{
color: #C3A52F;
}
</style>
background-color css
<style>
a { background-color: #C3A52F; }
a { background-color: rgb(195,165,47); }
div.DivClassName
{
background-color: #C3A52F;
}
.BgClassName
{
background-color: #C3A52F;
}
</style>
border-color css
<style>
span { border-color: #C3A52F; }
span { border-color: rgb(195,165,47); }
td.TdClassName
{
border-color: #C3A52F;
}
.TagClassName
{
border-color: #C3A52F;
}
</style>