Shades of Pine Glade #C3C589
Tints of Pine Glade #C3C589
RGB
CMYK
RGB Variations
Color information
#C3C589 (or 0xC3C589) is known color: Pine Glade. HEX triplet: C3, C5 and 89. RGB value is (195,197,137). Sum of RGB (Red+Green+Blue) = 195+197+137=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C589 is #3C3A76. Grayscale: #BDBDBD. Windows color (decimal): -3947127 or 9029059. OLE color: 9029059.
HSL color Cylindrical-coordinate representation of color #C3C589: hue angle of 62º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3C589 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 137 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.23 |
| HSL | 62º | 0.34% | 0.65% | - |
| HSV(B) | 62º | 0.3% | 0.77% | - |
| XYZ | 46.99 | 53.34 | 31.49 | - |
| YUV | 189.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 137 | 0.01 | 0 | 0.30 | 0.23 | 62 | 0.34 | 0.65 |
| Hex | C3 | C5 | 89 | 1 | 0 | 1E | 17 | 3E | 22 | 41 |
| Octal | 303 | 305 | 211 | 1 | 0 | 36 | 27 | 76 | 42 | 101 |
| Binary | 11000011 | 11000101 | 10001001 | 1 | 0 | 11110 | 10111 | 111110 | 100010 | 1000001 |
Color Harmonies of #C3C589
Complementary color
Monochromatic Colors of #C3C589
Black with #C3C589
Text Example
Text Example
White with #C3C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C589; }
p { color: rgb(195,197,137); }
H1.HeaderClassName
{
color: #C3C589;
}
.AnyTagClassName
{
color: #C3C589;
}
</style>
background-color css
<style>
a { background-color: #C3C589; }
a { background-color: rgb(195,197,137); }
div.DivClassName
{
background-color: #C3C589;
}
.BgClassName
{
background-color: #C3C589;
}
</style>
border-color css
<style>
span { border-color: #C3C589; }
span { border-color: rgb(195,197,137); }
td.TdClassName
{
border-color: #C3C589;
}
.TagClassName
{
border-color: #C3C589;
}
</style>