Shades of Pine Glade #C3C87E
Tints of Pine Glade #C3C87E
RGB
CMYK
RGB Variations
Color information
#C3C87E (or 0xC3C87E) is known color: Pine Glade. HEX triplet: C3, C8 and 7E. RGB value is (195,200,126). Sum of RGB (Red+Green+Blue) = 195+200+126=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C87E is #3C3781. Grayscale: #BEBEBE. Windows color (decimal): -3946370 or 8308931. OLE color: 8308931.
HSL color Cylindrical-coordinate representation of color #C3C87E: hue angle of 64.05º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3C87E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 126 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.22 |
| HSL | 64.05º | 0.4% | 0.64% | - |
| HSV(B) | 64.05º | 0.37% | 0.78% | - |
| XYZ | 46.93 | 54.42 | 27.77 | - |
| YUV | 190.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 126 | 0.02 | 0 | 0.37 | 0.22 | 64.05 | 0.4 | 0.64 |
| Hex | C3 | C8 | 7E | 2 | 0 | 25 | 16 | 40 | 28 | 40 |
| Octal | 303 | 310 | 176 | 2 | 0 | 45 | 26 | 100 | 50 | 100 |
| Binary | 11000011 | 11001000 | 1111110 | 10 | 0 | 100101 | 10110 | 1000000 | 101000 | 1000000 |
Color Harmonies of #C3C87E
Complementary color
Monochromatic Colors of #C3C87E
Black with #C3C87E
Text Example
Text Example
White with #C3C87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C87E; }
p { color: rgb(195,200,126); }
H1.HeaderClassName
{
color: #C3C87E;
}
.AnyTagClassName
{
color: #C3C87E;
}
</style>
background-color css
<style>
a { background-color: #C3C87E; }
a { background-color: rgb(195,200,126); }
div.DivClassName
{
background-color: #C3C87E;
}
.BgClassName
{
background-color: #C3C87E;
}
</style>
border-color css
<style>
span { border-color: #C3C87E; }
span { border-color: rgb(195,200,126); }
td.TdClassName
{
border-color: #C3C87E;
}
.TagClassName
{
border-color: #C3C87E;
}
</style>