Shades of Pine Glade #C3C575
Tints of Pine Glade #C3C575
RGB
CMYK
RGB Variations
Color information
#C3C575 (or 0xC3C575) is known color: Pine Glade. HEX triplet: C3, C5 and 75. RGB value is (195,197,117). Sum of RGB (Red+Green+Blue) = 195+197+117=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C575 is #3C3A8A. Grayscale: #BBBBBB. Windows color (decimal): -3947147 or 7718339. OLE color: 7718339.
HSL color Cylindrical-coordinate representation of color #C3C575: hue angle of 61.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3C575 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 117 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.23 |
| HSL | 61.5º | 0.41% | 0.62% | - |
| HSV(B) | 61.5º | 0.41% | 0.77% | - |
| XYZ | 45.68 | 52.82 | 24.62 | - |
| YUV | 187.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 117 | 0.01 | 0 | 0.41 | 0.23 | 61.5 | 0.41 | 0.62 |
| Hex | C3 | C5 | 75 | 1 | 0 | 29 | 17 | 3E | 29 | 3E |
| Octal | 303 | 305 | 165 | 1 | 0 | 51 | 27 | 76 | 51 | 76 |
| Binary | 11000011 | 11000101 | 1110101 | 1 | 0 | 101001 | 10111 | 111110 | 101001 | 111110 |
Color Harmonies of #C3C575
Complementary color
Monochromatic Colors of #C3C575
Black with #C3C575
Text Example
Text Example
White with #C3C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C575; }
p { color: rgb(195,197,117); }
H1.HeaderClassName
{
color: #C3C575;
}
.AnyTagClassName
{
color: #C3C575;
}
</style>
background-color css
<style>
a { background-color: #C3C575; }
a { background-color: rgb(195,197,117); }
div.DivClassName
{
background-color: #C3C575;
}
.BgClassName
{
background-color: #C3C575;
}
</style>
border-color css
<style>
span { border-color: #C3C575; }
span { border-color: rgb(195,197,117); }
td.TdClassName
{
border-color: #C3C575;
}
.TagClassName
{
border-color: #C3C575;
}
</style>