Shades of Pine Glade #C1C57F
Tints of Pine Glade #C1C57F
RGB
CMYK
RGB Variations
Color information
#C1C57F (or 0xC1C57F) is known color: Pine Glade. HEX triplet: C1, C5 and 7F. RGB value is (193,197,127). Sum of RGB (Red+Green+Blue) = 193+197+127=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C57F is #3E3A80. Grayscale: #BCBCBC. Windows color (decimal): -4078209 or 8373697. OLE color: 8373697.
HSL color Cylindrical-coordinate representation of color #C1C57F: hue angle of 63.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1C57F is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 127 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.23 |
| HSL | 63.43º | 0.38% | 0.64% | - |
| HSV(B) | 63.43º | 0.36% | 0.77% | - |
| XYZ | 45.79 | 52.8 | 27.86 | - |
| YUV | 187.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 127 | 0.02 | 0 | 0.36 | 0.23 | 63.43 | 0.38 | 0.64 |
| Hex | C1 | C5 | 7F | 2 | 0 | 24 | 17 | 3F | 26 | 40 |
| Octal | 301 | 305 | 177 | 2 | 0 | 44 | 27 | 77 | 46 | 100 |
| Binary | 11000001 | 11000101 | 1111111 | 10 | 0 | 100100 | 10111 | 111111 | 100110 | 1000000 |
Color Harmonies of #C1C57F
Complementary color
Monochromatic Colors of #C1C57F
Black with #C1C57F
Text Example
Text Example
White with #C1C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C57F; }
p { color: rgb(193,197,127); }
H1.HeaderClassName
{
color: #C1C57F;
}
.AnyTagClassName
{
color: #C1C57F;
}
</style>
background-color css
<style>
a { background-color: #C1C57F; }
a { background-color: rgb(193,197,127); }
div.DivClassName
{
background-color: #C1C57F;
}
.BgClassName
{
background-color: #C1C57F;
}
</style>
border-color css
<style>
span { border-color: #C1C57F; }
span { border-color: rgb(193,197,127); }
td.TdClassName
{
border-color: #C1C57F;
}
.TagClassName
{
border-color: #C1C57F;
}
</style>