Shades of Pine Glade #C3C67C
Tints of Pine Glade #C3C67C
RGB
CMYK
RGB Variations
Color information
#C3C67C (or 0xC3C67C) is known color: Pine Glade. HEX triplet: C3, C6 and 7C. RGB value is (195,198,124). Sum of RGB (Red+Green+Blue) = 195+198+124=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C67C is #3C3983. Grayscale: #BCBCBC. Windows color (decimal): -3946884 or 8177347. OLE color: 8177347.
HSL color Cylindrical-coordinate representation of color #C3C67C: hue angle of 62.43º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3C67C is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 124 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.22 |
| HSL | 62.43º | 0.39% | 0.63% | - |
| HSV(B) | 62.43º | 0.37% | 0.78% | - |
| XYZ | 46.34 | 53.45 | 26.94 | - |
| YUV | 188.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 124 | 0.02 | 0 | 0.37 | 0.22 | 62.43 | 0.39 | 0.63 |
| Hex | C3 | C6 | 7C | 2 | 0 | 25 | 16 | 3E | 27 | 3F |
| Octal | 303 | 306 | 174 | 2 | 0 | 45 | 26 | 76 | 47 | 77 |
| Binary | 11000011 | 11000110 | 1111100 | 10 | 0 | 100101 | 10110 | 111110 | 100111 | 111111 |
Color Harmonies of #C3C67C
Complementary color
Monochromatic Colors of #C3C67C
Black with #C3C67C
Text Example
Text Example
White with #C3C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C67C; }
p { color: rgb(195,198,124); }
H1.HeaderClassName
{
color: #C3C67C;
}
.AnyTagClassName
{
color: #C3C67C;
}
</style>
background-color css
<style>
a { background-color: #C3C67C; }
a { background-color: rgb(195,198,124); }
div.DivClassName
{
background-color: #C3C67C;
}
.BgClassName
{
background-color: #C3C67C;
}
</style>
border-color css
<style>
span { border-color: #C3C67C; }
span { border-color: rgb(195,198,124); }
td.TdClassName
{
border-color: #C3C67C;
}
.TagClassName
{
border-color: #C3C67C;
}
</style>