Shades of Pine Glade #C3C77C
Tints of Pine Glade #C3C77C
RGB
CMYK
RGB Variations
Color information
#C3C77C (or 0xC3C77C) is known color: Pine Glade. HEX triplet: C3, C7 and 7C. RGB value is (195,199,124). Sum of RGB (Red+Green+Blue) = 195+199+124=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C77C is #3C3883. Grayscale: #BDBDBD. Windows color (decimal): -3946628 or 8177603. OLE color: 8177603.
HSL color Cylindrical-coordinate representation of color #C3C77C: hue angle of 63.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3C77C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 124 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.22 |
| HSL | 63.2º | 0.4% | 0.63% | - |
| HSV(B) | 63.2º | 0.38% | 0.78% | - |
| XYZ | 46.57 | 53.9 | 27.02 | - |
| YUV | 189.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 124 | 0.02 | 0 | 0.38 | 0.22 | 63.2 | 0.4 | 0.63 |
| Hex | C3 | C7 | 7C | 2 | 0 | 26 | 16 | 3F | 28 | 3F |
| Octal | 303 | 307 | 174 | 2 | 0 | 46 | 26 | 77 | 50 | 77 |
| Binary | 11000011 | 11000111 | 1111100 | 10 | 0 | 100110 | 10110 | 111111 | 101000 | 111111 |
Color Harmonies of #C3C77C
Complementary color
Monochromatic Colors of #C3C77C
Black with #C3C77C
Text Example
Text Example
White with #C3C77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C77C; }
p { color: rgb(195,199,124); }
H1.HeaderClassName
{
color: #C3C77C;
}
.AnyTagClassName
{
color: #C3C77C;
}
</style>
background-color css
<style>
a { background-color: #C3C77C; }
a { background-color: rgb(195,199,124); }
div.DivClassName
{
background-color: #C3C77C;
}
.BgClassName
{
background-color: #C3C77C;
}
</style>
border-color css
<style>
span { border-color: #C3C77C; }
span { border-color: rgb(195,199,124); }
td.TdClassName
{
border-color: #C3C77C;
}
.TagClassName
{
border-color: #C3C77C;
}
</style>