Shades of Pine Glade #C1C877
Tints of Pine Glade #C1C877
RGB
CMYK
RGB Variations
Color information
#C1C877 (or 0xC1C877) is known color: Pine Glade. HEX triplet: C1, C8 and 77. RGB value is (193,200,119). Sum of RGB (Red+Green+Blue) = 193+200+119=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C877 is #3E3788. Grayscale: #BCBCBC. Windows color (decimal): -4077449 or 7850177. OLE color: 7850177.
HSL color Cylindrical-coordinate representation of color #C1C877: hue angle of 65.19º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1C877 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 119 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.22 |
| HSL | 65.19º | 0.42% | 0.63% | - |
| HSV(B) | 65.19º | 0.41% | 0.78% | - |
| XYZ | 45.98 | 53.98 | 25.45 | - |
| YUV | 188.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 119 | 0.04 | 0 | 0.40 | 0.22 | 65.19 | 0.42 | 0.63 |
| Hex | C1 | C8 | 77 | 4 | 0 | 28 | 16 | 41 | 2A | 3F |
| Octal | 301 | 310 | 167 | 4 | 0 | 50 | 26 | 101 | 52 | 77 |
| Binary | 11000001 | 11001000 | 1110111 | 100 | 0 | 101000 | 10110 | 1000001 | 101010 | 111111 |
Color Harmonies of #C1C877
Complementary color
Monochromatic Colors of #C1C877
Black with #C1C877
Text Example
Text Example
White with #C1C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C877; }
p { color: rgb(193,200,119); }
H1.HeaderClassName
{
color: #C1C877;
}
.AnyTagClassName
{
color: #C1C877;
}
</style>
background-color css
<style>
a { background-color: #C1C877; }
a { background-color: rgb(193,200,119); }
div.DivClassName
{
background-color: #C1C877;
}
.BgClassName
{
background-color: #C1C877;
}
</style>
border-color css
<style>
span { border-color: #C1C877; }
span { border-color: rgb(193,200,119); }
td.TdClassName
{
border-color: #C1C877;
}
.TagClassName
{
border-color: #C1C877;
}
</style>