Shades of Pine Glade #C7C47E
Tints of Pine Glade #C7C47E
RGB
CMYK
RGB Variations
Color information
#C7C47E (or 0xC7C47E) is known color: Pine Glade. HEX triplet: C7, C4 and 7E. RGB value is (199,196,126). Sum of RGB (Red+Green+Blue) = 199+196+126=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C47E is #383B81. Grayscale: #BDBDBD. Windows color (decimal): -3685250 or 8307911. OLE color: 8307911.
HSL color Cylindrical-coordinate representation of color #C7C47E: hue angle of 57.53º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7C47E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 126 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.22 |
| HSL | 57.53º | 0.39% | 0.64% | - |
| HSV(B) | 57.53º | 0.37% | 0.78% | - |
| XYZ | 47.06 | 53.13 | 27.51 | - |
| YUV | 188.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 126 | 0 | 0.02 | 0.37 | 0.22 | 57.53 | 0.39 | 0.64 |
| Hex | C7 | C4 | 7E | 0 | 2 | 25 | 16 | 3A | 27 | 40 |
| Octal | 307 | 304 | 176 | 0 | 2 | 45 | 26 | 72 | 47 | 100 |
| Binary | 11000111 | 11000100 | 1111110 | 0 | 10 | 100101 | 10110 | 111010 | 100111 | 1000000 |
Color Harmonies of #C7C47E
Complementary color
Monochromatic Colors of #C7C47E
Black with #C7C47E
Text Example
Text Example
White with #C7C47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C47E; }
p { color: rgb(199,196,126); }
H1.HeaderClassName
{
color: #C7C47E;
}
.AnyTagClassName
{
color: #C7C47E;
}
</style>
background-color css
<style>
a { background-color: #C7C47E; }
a { background-color: rgb(199,196,126); }
div.DivClassName
{
background-color: #C7C47E;
}
.BgClassName
{
background-color: #C7C47E;
}
</style>
border-color css
<style>
span { border-color: #C7C47E; }
span { border-color: rgb(199,196,126); }
td.TdClassName
{
border-color: #C7C47E;
}
.TagClassName
{
border-color: #C7C47E;
}
</style>