Shades of Pine Glade #C7C572
Tints of Pine Glade #C7C572
RGB
CMYK
RGB Variations
Color information
#C7C572 (or 0xC7C572) is known color: Pine Glade. HEX triplet: C7, C5 and 72. RGB value is (199,197,114). Sum of RGB (Red+Green+Blue) = 199+197+114=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C572 is #383A8D. Grayscale: #BCBCBC. Windows color (decimal): -3685006 or 7521735. OLE color: 7521735.
HSL color Cylindrical-coordinate representation of color #C7C572: hue angle of 58.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7C572 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 114 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.22 |
| HSL | 58.59º | 0.43% | 0.61% | - |
| HSV(B) | 58.59º | 0.43% | 0.78% | - |
| XYZ | 46.56 | 53.29 | 23.75 | - |
| YUV | 188.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 114 | 0 | 0.01 | 0.43 | 0.22 | 58.59 | 0.43 | 0.61 |
| Hex | C7 | C5 | 72 | 0 | 1 | 2B | 16 | 3B | 2B | 3D |
| Octal | 307 | 305 | 162 | 0 | 1 | 53 | 26 | 73 | 53 | 75 |
| Binary | 11000111 | 11000101 | 1110010 | 0 | 1 | 101011 | 10110 | 111011 | 101011 | 111101 |
Color Harmonies of #C7C572
Complementary color
Monochromatic Colors of #C7C572
Black with #C7C572
Text Example
Text Example
White with #C7C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C572; }
p { color: rgb(199,197,114); }
H1.HeaderClassName
{
color: #C7C572;
}
.AnyTagClassName
{
color: #C7C572;
}
</style>
background-color css
<style>
a { background-color: #C7C572; }
a { background-color: rgb(199,197,114); }
div.DivClassName
{
background-color: #C7C572;
}
.BgClassName
{
background-color: #C7C572;
}
</style>
border-color css
<style>
span { border-color: #C7C572; }
span { border-color: rgb(199,197,114); }
td.TdClassName
{
border-color: #C7C572;
}
.TagClassName
{
border-color: #C7C572;
}
</style>