Shades of Pine Glade #C1CA7E
Tints of Pine Glade #C1CA7E
RGB
CMYK
RGB Variations
Color information
#C1CA7E (or 0xC1CA7E) is known color: Pine Glade. HEX triplet: C1, CA and 7E. RGB value is (193,202,126). Sum of RGB (Red+Green+Blue) = 193+202+126=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA7E is #3E3581. Grayscale: #BEBEBE. Windows color (decimal): -4076930 or 8309441. OLE color: 8309441.
HSL color Cylindrical-coordinate representation of color #C1CA7E: hue angle of 67.11º 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 #C1CA7E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 126 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.21 |
| HSL | 67.11º | 0.42% | 0.64% | - |
| HSV(B) | 67.11º | 0.38% | 0.79% | - |
| XYZ | 46.88 | 55.08 | 27.9 | - |
| YUV | 190.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 126 | 0.04 | 0 | 0.38 | 0.21 | 67.11 | 0.42 | 0.64 |
| Hex | C1 | CA | 7E | 4 | 0 | 26 | 15 | 43 | 2A | 40 |
| Octal | 301 | 312 | 176 | 4 | 0 | 46 | 25 | 103 | 52 | 100 |
| Binary | 11000001 | 11001010 | 1111110 | 100 | 0 | 100110 | 10101 | 1000011 | 101010 | 1000000 |
Color Harmonies of #C1CA7E
Complementary color
Monochromatic Colors of #C1CA7E
Black with #C1CA7E
Text Example
Text Example
White with #C1CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA7E; }
p { color: rgb(193,202,126); }
H1.HeaderClassName
{
color: #C1CA7E;
}
.AnyTagClassName
{
color: #C1CA7E;
}
</style>
background-color css
<style>
a { background-color: #C1CA7E; }
a { background-color: rgb(193,202,126); }
div.DivClassName
{
background-color: #C1CA7E;
}
.BgClassName
{
background-color: #C1CA7E;
}
</style>
border-color css
<style>
span { border-color: #C1CA7E; }
span { border-color: rgb(193,202,126); }
td.TdClassName
{
border-color: #C1CA7E;
}
.TagClassName
{
border-color: #C1CA7E;
}
</style>