Shades of Pine Glade #C3C87C
Tints of Pine Glade #C3C87C
RGB
CMYK
RGB Variations
Color information
#C3C87C (or 0xC3C87C) is known color: Pine Glade. HEX triplet: C3, C8 and 7C. RGB value is (195,200,124). Sum of RGB (Red+Green+Blue) = 195+200+124=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C87C is #3C3783. Grayscale: #BEBEBE. Windows color (decimal): -3946372 or 8177859. OLE color: 8177859.
HSL color Cylindrical-coordinate representation of color #C3C87C: hue angle of 63.95º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3C87C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 124 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.22 |
| HSL | 63.95º | 0.41% | 0.64% | - |
| HSV(B) | 63.95º | 0.38% | 0.78% | - |
| XYZ | 46.8 | 54.37 | 27.1 | - |
| YUV | 189.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 124 | 0.02 | 0 | 0.38 | 0.22 | 63.95 | 0.41 | 0.64 |
| Hex | C3 | C8 | 7C | 2 | 0 | 26 | 16 | 40 | 29 | 40 |
| Octal | 303 | 310 | 174 | 2 | 0 | 46 | 26 | 100 | 51 | 100 |
| Binary | 11000011 | 11001000 | 1111100 | 10 | 0 | 100110 | 10110 | 1000000 | 101001 | 1000000 |
Color Harmonies of #C3C87C
Complementary color
Monochromatic Colors of #C3C87C
Black with #C3C87C
Text Example
Text Example
White with #C3C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C87C; }
p { color: rgb(195,200,124); }
H1.HeaderClassName
{
color: #C3C87C;
}
.AnyTagClassName
{
color: #C3C87C;
}
</style>
background-color css
<style>
a { background-color: #C3C87C; }
a { background-color: rgb(195,200,124); }
div.DivClassName
{
background-color: #C3C87C;
}
.BgClassName
{
background-color: #C3C87C;
}
</style>
border-color css
<style>
span { border-color: #C3C87C; }
span { border-color: rgb(195,200,124); }
td.TdClassName
{
border-color: #C3C87C;
}
.TagClassName
{
border-color: #C3C87C;
}
</style>