Shades of Pine Glade #C5C288
Tints of Pine Glade #C5C288
RGB
CMYK
RGB Variations
Color information
#C5C288 (or 0xC5C288) is known color: Pine Glade. HEX triplet: C5, C2 and 88. RGB value is (197,194,136). Sum of RGB (Red+Green+Blue) = 197+194+136=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C288 is #3A3D77. Grayscale: #BCBCBC. Windows color (decimal): -3816824 or 8962757. OLE color: 8962757.
HSL color Cylindrical-coordinate representation of color #C5C288: hue angle of 57.05º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5C288 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 136 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.23 |
| HSL | 57.05º | 0.34% | 0.65% | - |
| HSV(B) | 57.05º | 0.31% | 0.77% | - |
| XYZ | 46.76 | 52.23 | 30.91 | - |
| YUV | 188.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 136 | 0 | 0.02 | 0.31 | 0.23 | 57.05 | 0.34 | 0.65 |
| Hex | C5 | C2 | 88 | 0 | 2 | 1F | 17 | 39 | 22 | 41 |
| Octal | 305 | 302 | 210 | 0 | 2 | 37 | 27 | 71 | 42 | 101 |
| Binary | 11000101 | 11000010 | 10001000 | 0 | 10 | 11111 | 10111 | 111001 | 100010 | 1000001 |
Color Harmonies of #C5C288
Complementary color
Monochromatic Colors of #C5C288
Black with #C5C288
Text Example
Text Example
White with #C5C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C288; }
p { color: rgb(197,194,136); }
H1.HeaderClassName
{
color: #C5C288;
}
.AnyTagClassName
{
color: #C5C288;
}
</style>
background-color css
<style>
a { background-color: #C5C288; }
a { background-color: rgb(197,194,136); }
div.DivClassName
{
background-color: #C5C288;
}
.BgClassName
{
background-color: #C5C288;
}
</style>
border-color css
<style>
span { border-color: #C5C288; }
span { border-color: rgb(197,194,136); }
td.TdClassName
{
border-color: #C5C288;
}
.TagClassName
{
border-color: #C5C288;
}
</style>