Shades of Pine Glade #C7C672
Tints of Pine Glade #C7C672
RGB
CMYK
RGB Variations
Color information
#C7C672 (or 0xC7C672) is known color: Pine Glade. HEX triplet: C7, C6 and 72. RGB value is (199,198,114). Sum of RGB (Red+Green+Blue) = 199+198+114=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C672 is #38398D. Grayscale: #BDBDBD. Windows color (decimal): -3684750 or 7521991. OLE color: 7521991.
HSL color Cylindrical-coordinate representation of color #C7C672: hue angle of 59.29º 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 #C7C672 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 114 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.22 |
| HSL | 59.29º | 0.43% | 0.61% | - |
| HSV(B) | 59.29º | 0.43% | 0.78% | - |
| XYZ | 46.78 | 53.75 | 23.83 | - |
| YUV | 188.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 114 | 0 | 0.01 | 0.43 | 0.22 | 59.29 | 0.43 | 0.61 |
| Hex | C7 | C6 | 72 | 0 | 1 | 2B | 16 | 3B | 2B | 3D |
| Octal | 307 | 306 | 162 | 0 | 1 | 53 | 26 | 73 | 53 | 75 |
| Binary | 11000111 | 11000110 | 1110010 | 0 | 1 | 101011 | 10110 | 111011 | 101011 | 111101 |
Color Harmonies of #C7C672
Complementary color
Monochromatic Colors of #C7C672
Black with #C7C672
Text Example
Text Example
White with #C7C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C672; }
p { color: rgb(199,198,114); }
H1.HeaderClassName
{
color: #C7C672;
}
.AnyTagClassName
{
color: #C7C672;
}
</style>
background-color css
<style>
a { background-color: #C7C672; }
a { background-color: rgb(199,198,114); }
div.DivClassName
{
background-color: #C7C672;
}
.BgClassName
{
background-color: #C7C672;
}
</style>
border-color css
<style>
span { border-color: #C7C672; }
span { border-color: rgb(199,198,114); }
td.TdClassName
{
border-color: #C7C672;
}
.TagClassName
{
border-color: #C7C672;
}
</style>