Shades of Pine Glade #C0CA7E
Tints of Pine Glade #C0CA7E
RGB
CMYK
RGB Variations
Color information
#C0CA7E (or 0xC0CA7E) is known color: Pine Glade. HEX triplet: C0, CA and 7E. RGB value is (192,202,126). Sum of RGB (Red+Green+Blue) = 192+202+126=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA7E is #3F3581. Grayscale: #BEBEBE. Windows color (decimal): -4142466 or 8309440. OLE color: 8309440.
HSL color Cylindrical-coordinate representation of color #C0CA7E: hue angle of 67.89º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0CA7E is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 126 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.21 |
| HSL | 67.89º | 0.42% | 0.64% | - |
| HSV(B) | 67.89º | 0.38% | 0.79% | - |
| XYZ | 46.62 | 54.95 | 27.89 | - |
| YUV | 190.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 126 | 0.05 | 0 | 0.38 | 0.21 | 67.89 | 0.42 | 0.64 |
| Hex | C0 | CA | 7E | 5 | 0 | 26 | 15 | 44 | 2A | 40 |
| Octal | 300 | 312 | 176 | 5 | 0 | 46 | 25 | 104 | 52 | 100 |
| Binary | 11000000 | 11001010 | 1111110 | 101 | 0 | 100110 | 10101 | 1000100 | 101010 | 1000000 |
Color Harmonies of #C0CA7E
Complementary color
Monochromatic Colors of #C0CA7E
Black with #C0CA7E
Text Example
Text Example
White with #C0CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA7E; }
p { color: rgb(192,202,126); }
H1.HeaderClassName
{
color: #C0CA7E;
}
.AnyTagClassName
{
color: #C0CA7E;
}
</style>
background-color css
<style>
a { background-color: #C0CA7E; }
a { background-color: rgb(192,202,126); }
div.DivClassName
{
background-color: #C0CA7E;
}
.BgClassName
{
background-color: #C0CA7E;
}
</style>
border-color css
<style>
span { border-color: #C0CA7E; }
span { border-color: rgb(192,202,126); }
td.TdClassName
{
border-color: #C0CA7E;
}
.TagClassName
{
border-color: #C0CA7E;
}
</style>