Shades of Pixie Green #C0D0B1
Tints of Pixie Green #C0D0B1
RGB
CMYK
RGB Variations
Color information
#C0D0B1 (or 0xC0D0B1) is known color: Pixie Green. HEX triplet: C0, D0 and B1. RGB value is (192,208,177). Sum of RGB (Red+Green+Blue) = 192+208+177=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D0B1 is #3F2F4E. Grayscale: #C7C7C7. Windows color (decimal): -4140879 or 11653312. OLE color: 11653312.
HSL color Cylindrical-coordinate representation of color #C0D0B1: hue angle of 90.97º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0D0B1 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 177 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.18 |
| HSL | 90.97º | 0.25% | 0.75% | - |
| HSV(B) | 90.97º | 0.15% | 0.82% | - |
| XYZ | 52.23 | 59.49 | 50.33 | - |
| YUV | 199.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 177 | 0.08 | 0 | 0.15 | 0.18 | 90.97 | 0.25 | 0.75 |
| Hex | C0 | D0 | B1 | 8 | 0 | F | 12 | 5B | 19 | 4B |
| Octal | 300 | 320 | 261 | 10 | 0 | 17 | 22 | 133 | 31 | 113 |
| Binary | 11000000 | 11010000 | 10110001 | 1000 | 0 | 1111 | 10010 | 1011011 | 11001 | 1001011 |
Color Harmonies of #C0D0B1
Complementary color
Monochromatic Colors of #C0D0B1
Black with #C0D0B1
Text Example
Text Example
White with #C0D0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0B1; }
p { color: rgb(192,208,177); }
H1.HeaderClassName
{
color: #C0D0B1;
}
.AnyTagClassName
{
color: #C0D0B1;
}
</style>
background-color css
<style>
a { background-color: #C0D0B1; }
a { background-color: rgb(192,208,177); }
div.DivClassName
{
background-color: #C0D0B1;
}
.BgClassName
{
background-color: #C0D0B1;
}
</style>
border-color css
<style>
span { border-color: #C0D0B1; }
span { border-color: rgb(192,208,177); }
td.TdClassName
{
border-color: #C0D0B1;
}
.TagClassName
{
border-color: #C0D0B1;
}
</style>