Shades of Pine Glade #C3C57F
Tints of Pine Glade #C3C57F
RGB
CMYK
RGB Variations
Color information
#C3C57F (or 0xC3C57F) is known color: Pine Glade. HEX triplet: C3, C5 and 7F. RGB value is (195,197,127). Sum of RGB (Red+Green+Blue) = 195+197+127=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C57F is #3C3A80. Grayscale: #BCBCBC. Windows color (decimal): -3947137 or 8373699. OLE color: 8373699.
HSL color Cylindrical-coordinate representation of color #C3C57F: hue angle of 61.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3C57F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 127 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.23 |
| HSL | 61.71º | 0.38% | 0.64% | - |
| HSV(B) | 61.71º | 0.36% | 0.77% | - |
| XYZ | 46.3 | 53.07 | 27.88 | - |
| YUV | 188.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 127 | 0.01 | 0 | 0.36 | 0.23 | 61.71 | 0.38 | 0.64 |
| Hex | C3 | C5 | 7F | 1 | 0 | 24 | 17 | 3E | 26 | 40 |
| Octal | 303 | 305 | 177 | 1 | 0 | 44 | 27 | 76 | 46 | 100 |
| Binary | 11000011 | 11000101 | 1111111 | 1 | 0 | 100100 | 10111 | 111110 | 100110 | 1000000 |
Color Harmonies of #C3C57F
Complementary color
Monochromatic Colors of #C3C57F
Black with #C3C57F
Text Example
Text Example
White with #C3C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C57F; }
p { color: rgb(195,197,127); }
H1.HeaderClassName
{
color: #C3C57F;
}
.AnyTagClassName
{
color: #C3C57F;
}
</style>
background-color css
<style>
a { background-color: #C3C57F; }
a { background-color: rgb(195,197,127); }
div.DivClassName
{
background-color: #C3C57F;
}
.BgClassName
{
background-color: #C3C57F;
}
</style>
border-color css
<style>
span { border-color: #C3C57F; }
span { border-color: rgb(195,197,127); }
td.TdClassName
{
border-color: #C3C57F;
}
.TagClassName
{
border-color: #C3C57F;
}
</style>