Shades of Pine Glade #C3C57C
Tints of Pine Glade #C3C57C
RGB
CMYK
RGB Variations
Color information
#C3C57C (or 0xC3C57C) is known color: Pine Glade. HEX triplet: C3, C5 and 7C. RGB value is (195,197,124). Sum of RGB (Red+Green+Blue) = 195+197+124=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C57C is #3C3A83. Grayscale: #BCBCBC. Windows color (decimal): -3947140 or 8177091. OLE color: 8177091.
HSL color Cylindrical-coordinate representation of color #C3C57C: hue angle of 61.64º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3C57C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 124 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.23 |
| HSL | 61.64º | 0.39% | 0.63% | - |
| HSV(B) | 61.64º | 0.37% | 0.77% | - |
| XYZ | 46.11 | 52.99 | 26.87 | - |
| YUV | 188.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 124 | 0.01 | 0 | 0.37 | 0.23 | 61.64 | 0.39 | 0.63 |
| Hex | C3 | C5 | 7C | 1 | 0 | 25 | 17 | 3E | 27 | 3F |
| Octal | 303 | 305 | 174 | 1 | 0 | 45 | 27 | 76 | 47 | 77 |
| Binary | 11000011 | 11000101 | 1111100 | 1 | 0 | 100101 | 10111 | 111110 | 100111 | 111111 |
Color Harmonies of #C3C57C
Complementary color
Monochromatic Colors of #C3C57C
Black with #C3C57C
Text Example
Text Example
White with #C3C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C57C; }
p { color: rgb(195,197,124); }
H1.HeaderClassName
{
color: #C3C57C;
}
.AnyTagClassName
{
color: #C3C57C;
}
</style>
background-color css
<style>
a { background-color: #C3C57C; }
a { background-color: rgb(195,197,124); }
div.DivClassName
{
background-color: #C3C57C;
}
.BgClassName
{
background-color: #C3C57C;
}
</style>
border-color css
<style>
span { border-color: #C3C57C; }
span { border-color: rgb(195,197,124); }
td.TdClassName
{
border-color: #C3C57C;
}
.TagClassName
{
border-color: #C3C57C;
}
</style>