Shades of Pine Glade #C3C276
Tints of Pine Glade #C3C276
RGB
CMYK
RGB Variations
Color information
#C3C276 (or 0xC3C276) is known color: Pine Glade. HEX triplet: C3, C2 and 76. RGB value is (195,194,118). Sum of RGB (Red+Green+Blue) = 195+194+118=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C276 is #3C3D89. Grayscale: #B9B9B9. Windows color (decimal): -3947914 or 7783107. OLE color: 7783107.
HSL color Cylindrical-coordinate representation of color #C3C276: hue angle of 59.22º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3C276 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 118 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.24 |
| HSL | 59.22º | 0.39% | 0.61% | - |
| HSV(B) | 59.22º | 0.39% | 0.76% | - |
| XYZ | 45.07 | 51.49 | 24.7 | - |
| YUV | 185.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 118 | 0 | 0.01 | 0.39 | 0.24 | 59.22 | 0.39 | 0.61 |
| Hex | C3 | C2 | 76 | 0 | 1 | 27 | 18 | 3B | 27 | 3D |
| Octal | 303 | 302 | 166 | 0 | 1 | 47 | 30 | 73 | 47 | 75 |
| Binary | 11000011 | 11000010 | 1110110 | 0 | 1 | 100111 | 11000 | 111011 | 100111 | 111101 |
Color Harmonies of #C3C276
Complementary color
Monochromatic Colors of #C3C276
Black with #C3C276
Text Example
Text Example
White with #C3C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C276; }
p { color: rgb(195,194,118); }
H1.HeaderClassName
{
color: #C3C276;
}
.AnyTagClassName
{
color: #C3C276;
}
</style>
background-color css
<style>
a { background-color: #C3C276; }
a { background-color: rgb(195,194,118); }
div.DivClassName
{
background-color: #C3C276;
}
.BgClassName
{
background-color: #C3C276;
}
</style>
border-color css
<style>
span { border-color: #C3C276; }
span { border-color: rgb(195,194,118); }
td.TdClassName
{
border-color: #C3C276;
}
.TagClassName
{
border-color: #C3C276;
}
</style>