Shades of Pine Glade #C3C47E
Tints of Pine Glade #C3C47E
RGB
CMYK
RGB Variations
Color information
#C3C47E (or 0xC3C47E) is known color: Pine Glade. HEX triplet: C3, C4 and 7E. RGB value is (195,196,126). Sum of RGB (Red+Green+Blue) = 195+196+126=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C47E is #3C3B81. Grayscale: #BCBCBC. Windows color (decimal): -3947394 or 8307907. OLE color: 8307907.
HSL color Cylindrical-coordinate representation of color #C3C47E: hue angle of 60.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3C47E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 126 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.23 |
| HSL | 60.86º | 0.37% | 0.63% | - |
| HSV(B) | 60.86º | 0.36% | 0.77% | - |
| XYZ | 46.01 | 52.59 | 27.46 | - |
| YUV | 187.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 126 | 0.01 | 0 | 0.36 | 0.23 | 60.86 | 0.37 | 0.63 |
| Hex | C3 | C4 | 7E | 1 | 0 | 24 | 17 | 3D | 25 | 3F |
| Octal | 303 | 304 | 176 | 1 | 0 | 44 | 27 | 75 | 45 | 77 |
| Binary | 11000011 | 11000100 | 1111110 | 1 | 0 | 100100 | 10111 | 111101 | 100101 | 111111 |
Color Harmonies of #C3C47E
Complementary color
Monochromatic Colors of #C3C47E
Black with #C3C47E
Text Example
Text Example
White with #C3C47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C47E; }
p { color: rgb(195,196,126); }
H1.HeaderClassName
{
color: #C3C47E;
}
.AnyTagClassName
{
color: #C3C47E;
}
</style>
background-color css
<style>
a { background-color: #C3C47E; }
a { background-color: rgb(195,196,126); }
div.DivClassName
{
background-color: #C3C47E;
}
.BgClassName
{
background-color: #C3C47E;
}
</style>
border-color css
<style>
span { border-color: #C3C47E; }
span { border-color: rgb(195,196,126); }
td.TdClassName
{
border-color: #C3C47E;
}
.TagClassName
{
border-color: #C3C47E;
}
</style>