Shades of Pixie Green #C0CFB0
Tints of Pixie Green #C0CFB0
RGB
CMYK
RGB Variations
Color information
#C0CFB0 (or 0xC0CFB0) is known color: Pixie Green. HEX triplet: C0, CF and B0. RGB value is (192,207,176). Sum of RGB (Red+Green+Blue) = 192+207+176=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CFB0 is #3F304F. Grayscale: #C7C7C7. Windows color (decimal): -4141136 or 11587520. OLE color: 11587520.
HSL color Cylindrical-coordinate representation of color #C0CFB0: hue angle of 89.03º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CFB0 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 207 | 176 | - |
CMYK | 0.07 | 0 | 0.15 | 0.19 |
HSL | 89.03º | 0.24% | 0.75% | - |
HSV(B) | 89.03º | 0.15% | 0.81% | - |
XYZ | 51.89 | 58.97 | 49.72 | - |
YUV | 198.98 | 115.03 | 123.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 207 | 176 | 0.07 | 0 | 0.15 | 0.19 | 89.03 | 0.24 | 0.75 |
Hex | C0 | CF | B0 | 7 | 0 | F | 13 | 59 | 18 | 4B |
Octal | 300 | 317 | 260 | 7 | 0 | 17 | 23 | 131 | 30 | 113 |
Binary | 11000000 | 11001111 | 10110000 | 111 | 0 | 1111 | 10011 | 1011001 | 11000 | 1001011 |
Color Harmonies of #C0CFB0
Complementary color
Monochromatic Colors of #C0CFB0
Black with #C0CFB0
Text Example
Text Example
White with #C0CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFB0; }
p { color: rgb(192,207,176); }
H1.HeaderClassName
{
color: #C0CFB0;
}
.AnyTagClassName
{
color: #C0CFB0;
}
</style>
background-color css
<style>
a { background-color: #C0CFB0; }
a { background-color: rgb(192,207,176); }
div.DivClassName
{
background-color: #C0CFB0;
}
.BgClassName
{
background-color: #C0CFB0;
}
</style>
border-color css
<style>
span { border-color: #C0CFB0; }
span { border-color: rgb(192,207,176); }
td.TdClassName
{
border-color: #C0CFB0;
}
.TagClassName
{
border-color: #C0CFB0;
}
</style>