Shades of Humming Bird #C0FCE8
Tints of Humming Bird #C0FCE8
RGB
CMYK
RGB Variations
Color information
#C0FCE8 (or 0xC0FCE8) is known color: Humming Bird. HEX triplet: C0, FC and E8. RGB value is (192,252,232). Sum of RGB (Red+Green+Blue) = 192+252+232=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCE8 is #3F0317. Grayscale: #E7E7E7. Windows color (decimal): -4129560 or 15269056. OLE color: 15269056.
HSL color Cylindrical-coordinate representation of color #C0FCE8: hue angle of 160º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCE8 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 232 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.01 |
| HSL | 160º | 0.91% | 0.87% | - |
| HSV(B) | 160º | 0.24% | 0.99% | - |
| XYZ | 71.11 | 86.65 | 89.32 | - |
| YUV | 231.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 232 | 0.24 | 0 | 0.08 | 0.01 | 160 | 0.91 | 0.87 |
| Hex | C0 | FC | E8 | 18 | 0 | 8 | 1 | A0 | 5B | 57 |
| Octal | 300 | 374 | 350 | 30 | 0 | 10 | 1 | 240 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11101000 | 11000 | 0 | 1000 | 1 | 10100000 | 1011011 | 1010111 |
Color Harmonies of #C0FCE8
Complementary color
Monochromatic Colors of #C0FCE8
Black with #C0FCE8
Text Example
Text Example
White with #C0FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCE8; }
p { color: rgb(192,252,232); }
H1.HeaderClassName
{
color: #C0FCE8;
}
.AnyTagClassName
{
color: #C0FCE8;
}
</style>
background-color css
<style>
a { background-color: #C0FCE8; }
a { background-color: rgb(192,252,232); }
div.DivClassName
{
background-color: #C0FCE8;
}
.BgClassName
{
background-color: #C0FCE8;
}
</style>
border-color css
<style>
span { border-color: #C0FCE8; }
span { border-color: rgb(192,252,232); }
td.TdClassName
{
border-color: #C0FCE8;
}
.TagClassName
{
border-color: #C0FCE8;
}
</style>