Shades of Pine Glade #C3C671
Tints of Pine Glade #C3C671
RGB
CMYK
RGB Variations
Color information
#C3C671 (or 0xC3C671) is known color: Pine Glade. HEX triplet: C3, C6 and 71. RGB value is (195,198,113). Sum of RGB (Red+Green+Blue) = 195+198+113=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C671 is #3C398E. Grayscale: #BBBBBB. Windows color (decimal): -3946895 or 7456451. OLE color: 7456451.
HSL color Cylindrical-coordinate representation of color #C3C671: hue angle of 62.12º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3C671 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 113 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.22 |
| HSL | 62.12º | 0.43% | 0.61% | - |
| HSV(B) | 62.12º | 0.43% | 0.78% | - |
| XYZ | 45.68 | 53.18 | 23.48 | - |
| YUV | 187.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 113 | 0.02 | 0 | 0.43 | 0.22 | 62.12 | 0.43 | 0.61 |
| Hex | C3 | C6 | 71 | 2 | 0 | 2B | 16 | 3E | 2B | 3D |
| Octal | 303 | 306 | 161 | 2 | 0 | 53 | 26 | 76 | 53 | 75 |
| Binary | 11000011 | 11000110 | 1110001 | 10 | 0 | 101011 | 10110 | 111110 | 101011 | 111101 |
Color Harmonies of #C3C671
Complementary color
Monochromatic Colors of #C3C671
Black with #C3C671
Text Example
Text Example
White with #C3C671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C671; }
p { color: rgb(195,198,113); }
H1.HeaderClassName
{
color: #C3C671;
}
.AnyTagClassName
{
color: #C3C671;
}
</style>
background-color css
<style>
a { background-color: #C3C671; }
a { background-color: rgb(195,198,113); }
div.DivClassName
{
background-color: #C3C671;
}
.BgClassName
{
background-color: #C3C671;
}
</style>
border-color css
<style>
span { border-color: #C3C671; }
span { border-color: rgb(195,198,113); }
td.TdClassName
{
border-color: #C3C671;
}
.TagClassName
{
border-color: #C3C671;
}
</style>