Shades of Pine Glade #C3C07C
Tints of Pine Glade #C3C07C
RGB
CMYK
RGB Variations
Color information
#C3C07C (or 0xC3C07C) is known color: Pine Glade. HEX triplet: C3, C0 and 7C. RGB value is (195,192,124). Sum of RGB (Red+Green+Blue) = 195+192+124=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C07C is #3C3F83. Grayscale: #B9B9B9. Windows color (decimal): -3948420 or 8175811. OLE color: 8175811.
HSL color Cylindrical-coordinate representation of color #C3C07C: hue angle of 57.46º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3C07C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 124 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.24 |
| HSL | 57.46º | 0.37% | 0.63% | - |
| HSV(B) | 57.46º | 0.36% | 0.76% | - |
| XYZ | 44.99 | 50.76 | 26.49 | - |
| YUV | 185.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 124 | 0 | 0.02 | 0.36 | 0.24 | 57.46 | 0.37 | 0.63 |
| Hex | C3 | C0 | 7C | 0 | 2 | 24 | 18 | 39 | 25 | 3F |
| Octal | 303 | 300 | 174 | 0 | 2 | 44 | 30 | 71 | 45 | 77 |
| Binary | 11000011 | 11000000 | 1111100 | 0 | 10 | 100100 | 11000 | 111001 | 100101 | 111111 |
Color Harmonies of #C3C07C
Complementary color
Monochromatic Colors of #C3C07C
Black with #C3C07C
Text Example
Text Example
White with #C3C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C07C; }
p { color: rgb(195,192,124); }
H1.HeaderClassName
{
color: #C3C07C;
}
.AnyTagClassName
{
color: #C3C07C;
}
</style>
background-color css
<style>
a { background-color: #C3C07C; }
a { background-color: rgb(195,192,124); }
div.DivClassName
{
background-color: #C3C07C;
}
.BgClassName
{
background-color: #C3C07C;
}
</style>
border-color css
<style>
span { border-color: #C3C07C; }
span { border-color: rgb(195,192,124); }
td.TdClassName
{
border-color: #C3C07C;
}
.TagClassName
{
border-color: #C3C07C;
}
</style>