Shades of Pine Glade #C3C087
Tints of Pine Glade #C3C087
RGB
CMYK
RGB Variations
Color information
#C3C087 (or 0xC3C087) is known color: Pine Glade. HEX triplet: C3, C0 and 87. RGB value is (195,192,135). Sum of RGB (Red+Green+Blue) = 195+192+135=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C087 is #3C3F78. Grayscale: #BABABA. Windows color (decimal): -3948409 or 8896707. OLE color: 8896707.
HSL color Cylindrical-coordinate representation of color #C3C087: hue angle of 57º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3C087 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 135 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.24 |
| HSL | 57º | 0.33% | 0.65% | - |
| HSV(B) | 57º | 0.31% | 0.76% | - |
| XYZ | 45.73 | 51.05 | 30.37 | - |
| YUV | 186.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 135 | 0 | 0.02 | 0.31 | 0.24 | 57 | 0.33 | 0.65 |
| Hex | C3 | C0 | 87 | 0 | 2 | 1F | 18 | 39 | 21 | 41 |
| Octal | 303 | 300 | 207 | 0 | 2 | 37 | 30 | 71 | 41 | 101 |
| Binary | 11000011 | 11000000 | 10000111 | 0 | 10 | 11111 | 11000 | 111001 | 100001 | 1000001 |
Color Harmonies of #C3C087
Complementary color
Monochromatic Colors of #C3C087
Black with #C3C087
Text Example
Text Example
White with #C3C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C087; }
p { color: rgb(195,192,135); }
H1.HeaderClassName
{
color: #C3C087;
}
.AnyTagClassName
{
color: #C3C087;
}
</style>
background-color css
<style>
a { background-color: #C3C087; }
a { background-color: rgb(195,192,135); }
div.DivClassName
{
background-color: #C3C087;
}
.BgClassName
{
background-color: #C3C087;
}
</style>
border-color css
<style>
span { border-color: #C3C087; }
span { border-color: rgb(195,192,135); }
td.TdClassName
{
border-color: #C3C087;
}
.TagClassName
{
border-color: #C3C087;
}
</style>