Shades of Pine Glade #C7C574
Tints of Pine Glade #C7C574
RGB
CMYK
RGB Variations
Color information
#C7C574 (or 0xC7C574) is known color: Pine Glade. HEX triplet: C7, C5 and 74. RGB value is (199,197,116). Sum of RGB (Red+Green+Blue) = 199+197+116=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C574 is #383A8B. Grayscale: #BCBCBC. Windows color (decimal): -3685004 or 7652807. OLE color: 7652807.
HSL color Cylindrical-coordinate representation of color #C7C574: hue angle of 58.55º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7C574 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 116 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.22 |
| HSL | 58.55º | 0.43% | 0.62% | - |
| HSV(B) | 58.55º | 0.42% | 0.78% | - |
| XYZ | 46.67 | 53.34 | 24.36 | - |
| YUV | 188.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 116 | 0 | 0.01 | 0.42 | 0.22 | 58.55 | 0.43 | 0.62 |
| Hex | C7 | C5 | 74 | 0 | 1 | 2A | 16 | 3B | 2B | 3E |
| Octal | 307 | 305 | 164 | 0 | 1 | 52 | 26 | 73 | 53 | 76 |
| Binary | 11000111 | 11000101 | 1110100 | 0 | 1 | 101010 | 10110 | 111011 | 101011 | 111110 |
Color Harmonies of #C7C574
Complementary color
Monochromatic Colors of #C7C574
Black with #C7C574
Text Example
Text Example
White with #C7C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C574; }
p { color: rgb(199,197,116); }
H1.HeaderClassName
{
color: #C7C574;
}
.AnyTagClassName
{
color: #C7C574;
}
</style>
background-color css
<style>
a { background-color: #C7C574; }
a { background-color: rgb(199,197,116); }
div.DivClassName
{
background-color: #C7C574;
}
.BgClassName
{
background-color: #C7C574;
}
</style>
border-color css
<style>
span { border-color: #C7C574; }
span { border-color: rgb(199,197,116); }
td.TdClassName
{
border-color: #C7C574;
}
.TagClassName
{
border-color: #C7C574;
}
</style>