Shades of Pine Glade #C7C37A
Tints of Pine Glade #C7C37A
RGB
CMYK
RGB Variations
Color information
#C7C37A (or 0xC7C37A) is known color: Pine Glade. HEX triplet: C7, C3 and 7A. RGB value is (199,195,122). Sum of RGB (Red+Green+Blue) = 199+195+122=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C37A is #383C85. Grayscale: #BCBCBC. Windows color (decimal): -3685510 or 8045511. OLE color: 8045511.
HSL color Cylindrical-coordinate representation of color #C7C37A: hue angle of 56.88º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7C37A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 122 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.22 |
| HSL | 56.88º | 0.41% | 0.63% | - |
| HSV(B) | 56.88º | 0.39% | 0.78% | - |
| XYZ | 46.58 | 52.58 | 26.11 | - |
| YUV | 187.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 122 | 0 | 0.02 | 0.39 | 0.22 | 56.88 | 0.41 | 0.63 |
| Hex | C7 | C3 | 7A | 0 | 2 | 27 | 16 | 39 | 29 | 3F |
| Octal | 307 | 303 | 172 | 0 | 2 | 47 | 26 | 71 | 51 | 77 |
| Binary | 11000111 | 11000011 | 1111010 | 0 | 10 | 100111 | 10110 | 111001 | 101001 | 111111 |
Color Harmonies of #C7C37A
Complementary color
Monochromatic Colors of #C7C37A
Black with #C7C37A
Text Example
Text Example
White with #C7C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C37A; }
p { color: rgb(199,195,122); }
H1.HeaderClassName
{
color: #C7C37A;
}
.AnyTagClassName
{
color: #C7C37A;
}
</style>
background-color css
<style>
a { background-color: #C7C37A; }
a { background-color: rgb(199,195,122); }
div.DivClassName
{
background-color: #C7C37A;
}
.BgClassName
{
background-color: #C7C37A;
}
</style>
border-color css
<style>
span { border-color: #C7C37A; }
span { border-color: rgb(199,195,122); }
td.TdClassName
{
border-color: #C7C37A;
}
.TagClassName
{
border-color: #C7C37A;
}
</style>