Shades of Pine Glade #C3C57E
Tints of Pine Glade #C3C57E
RGB
CMYK
RGB Variations
Color information
#C3C57E (or 0xC3C57E) is known color: Pine Glade. HEX triplet: C3, C5 and 7E. RGB value is (195,197,126). Sum of RGB (Red+Green+Blue) = 195+197+126=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C57E is #3C3A81. Grayscale: #BCBCBC. Windows color (decimal): -3947138 or 8308163. OLE color: 8308163.
HSL color Cylindrical-coordinate representation of color #C3C57E: hue angle of 61.69º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3C57E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 126 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.23 |
| HSL | 61.69º | 0.38% | 0.63% | - |
| HSV(B) | 61.69º | 0.36% | 0.77% | - |
| XYZ | 46.24 | 53.04 | 27.54 | - |
| YUV | 188.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 126 | 0.01 | 0 | 0.36 | 0.23 | 61.69 | 0.38 | 0.63 |
| Hex | C3 | C5 | 7E | 1 | 0 | 24 | 17 | 3E | 26 | 3F |
| Octal | 303 | 305 | 176 | 1 | 0 | 44 | 27 | 76 | 46 | 77 |
| Binary | 11000011 | 11000101 | 1111110 | 1 | 0 | 100100 | 10111 | 111110 | 100110 | 111111 |
Color Harmonies of #C3C57E
Complementary color
Monochromatic Colors of #C3C57E
Black with #C3C57E
Text Example
Text Example
White with #C3C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C57E; }
p { color: rgb(195,197,126); }
H1.HeaderClassName
{
color: #C3C57E;
}
.AnyTagClassName
{
color: #C3C57E;
}
</style>
background-color css
<style>
a { background-color: #C3C57E; }
a { background-color: rgb(195,197,126); }
div.DivClassName
{
background-color: #C3C57E;
}
.BgClassName
{
background-color: #C3C57E;
}
</style>
border-color css
<style>
span { border-color: #C3C57E; }
span { border-color: rgb(195,197,126); }
td.TdClassName
{
border-color: #C3C57E;
}
.TagClassName
{
border-color: #C3C57E;
}
</style>