Shades of Nebula #C7CECA
Tints of Nebula #C7CECA
RGB
CMYK
RGB Variations
Color information
#C7CECA (or 0xC7CECA) is known color: Nebula. HEX triplet: C7, CE and CA. RGB value is (199,206,202). Sum of RGB (Red+Green+Blue) = 199+206+202=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECA is #383135. Grayscale: #CBCBCB. Windows color (decimal): -3682614 or 13291207. OLE color: 13291207.
HSL color Cylindrical-coordinate representation of color #C7CECA: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CECA is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 202 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.19 |
| HSL | 145.71º | 0.07% | 0.79% | - |
| HSV(B) | 145.71º | 0.03% | 0.81% | - |
| XYZ | 56.29 | 60.55 | 64.6 | - |
| YUV | 203.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 202 | 0.03 | 0 | 0.02 | 0.19 | 145.71 | 0.07 | 0.79 |
| Hex | C7 | CE | CA | 3 | 0 | 2 | 13 | 92 | 7 | 4F |
| Octal | 307 | 316 | 312 | 3 | 0 | 2 | 23 | 222 | 7 | 117 |
| Binary | 11000111 | 11001110 | 11001010 | 11 | 0 | 10 | 10011 | 10010010 | 111 | 1001111 |
Color Harmonies of #C7CECA
Complementary color
Monochromatic Colors of #C7CECA
Black with #C7CECA
Text Example
Text Example
White with #C7CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CECA; }
p { color: rgb(199,206,202); }
H1.HeaderClassName
{
color: #C7CECA;
}
.AnyTagClassName
{
color: #C7CECA;
}
</style>
background-color css
<style>
a { background-color: #C7CECA; }
a { background-color: rgb(199,206,202); }
div.DivClassName
{
background-color: #C7CECA;
}
.BgClassName
{
background-color: #C7CECA;
}
</style>
border-color css
<style>
span { border-color: #C7CECA; }
span { border-color: rgb(199,206,202); }
td.TdClassName
{
border-color: #C7CECA;
}
.TagClassName
{
border-color: #C7CECA;
}
</style>