Shades of Pine Glade #C3C57D
Tints of Pine Glade #C3C57D
RGB
CMYK
RGB Variations
Color information
#C3C57D (or 0xC3C57D) is known color: Pine Glade. HEX triplet: C3, C5 and 7D. RGB value is (195,197,125). Sum of RGB (Red+Green+Blue) = 195+197+125=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C57D is #3C3A82. Grayscale: #BCBCBC. Windows color (decimal): -3947139 or 8242627. OLE color: 8242627.
HSL color Cylindrical-coordinate representation of color #C3C57D: hue angle of 61.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3C57D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 125 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.23 |
| HSL | 61.67º | 0.38% | 0.63% | - |
| HSV(B) | 61.67º | 0.37% | 0.77% | - |
| XYZ | 46.17 | 53.02 | 27.2 | - |
| YUV | 188.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 125 | 0.01 | 0 | 0.37 | 0.23 | 61.67 | 0.38 | 0.63 |
| Hex | C3 | C5 | 7D | 1 | 0 | 25 | 17 | 3E | 26 | 3F |
| Octal | 303 | 305 | 175 | 1 | 0 | 45 | 27 | 76 | 46 | 77 |
| Binary | 11000011 | 11000101 | 1111101 | 1 | 0 | 100101 | 10111 | 111110 | 100110 | 111111 |
Color Harmonies of #C3C57D
Complementary color
Monochromatic Colors of #C3C57D
Black with #C3C57D
Text Example
Text Example
White with #C3C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C57D; }
p { color: rgb(195,197,125); }
H1.HeaderClassName
{
color: #C3C57D;
}
.AnyTagClassName
{
color: #C3C57D;
}
</style>
background-color css
<style>
a { background-color: #C3C57D; }
a { background-color: rgb(195,197,125); }
div.DivClassName
{
background-color: #C3C57D;
}
.BgClassName
{
background-color: #C3C57D;
}
</style>
border-color css
<style>
span { border-color: #C3C57D; }
span { border-color: rgb(195,197,125); }
td.TdClassName
{
border-color: #C3C57D;
}
.TagClassName
{
border-color: #C3C57D;
}
</style>