Shades of Pixie Green #C0D1AF
Tints of Pixie Green #C0D1AF
RGB
CMYK
RGB Variations
Color information
#C0D1AF (or 0xC0D1AF) is known color: Pixie Green. HEX triplet: C0, D1 and AF. RGB value is (192,209,175). Sum of RGB (Red+Green+Blue) = 192+209+175=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D1AF is #3F2E50. Grayscale: #C8C8C8. Windows color (decimal): -4140625 or 11522496. OLE color: 11522496.
HSL color Cylindrical-coordinate representation of color #C0D1AF: hue angle of 90º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0D1AF is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 175 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.18 |
| HSL | 90º | 0.27% | 0.75% | - |
| HSV(B) | 90º | 0.16% | 0.82% | - |
| XYZ | 52.28 | 59.9 | 49.36 | - |
| YUV | 200.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 175 | 0.08 | 0 | 0.16 | 0.18 | 90 | 0.27 | 0.75 |
| Hex | C0 | D1 | AF | 8 | 0 | 10 | 12 | 5A | 1B | 4B |
| Octal | 300 | 321 | 257 | 10 | 0 | 20 | 22 | 132 | 33 | 113 |
| Binary | 11000000 | 11010001 | 10101111 | 1000 | 0 | 10000 | 10010 | 1011010 | 11011 | 1001011 |
Color Harmonies of #C0D1AF
Complementary color
Monochromatic Colors of #C0D1AF
Black with #C0D1AF
Text Example
Text Example
White with #C0D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1AF; }
p { color: rgb(192,209,175); }
H1.HeaderClassName
{
color: #C0D1AF;
}
.AnyTagClassName
{
color: #C0D1AF;
}
</style>
background-color css
<style>
a { background-color: #C0D1AF; }
a { background-color: rgb(192,209,175); }
div.DivClassName
{
background-color: #C0D1AF;
}
.BgClassName
{
background-color: #C0D1AF;
}
</style>
border-color css
<style>
span { border-color: #C0D1AF; }
span { border-color: rgb(192,209,175); }
td.TdClassName
{
border-color: #C0D1AF;
}
.TagClassName
{
border-color: #C0D1AF;
}
</style>