Shades of Nebula #C4CBC7
Tints of Nebula #C4CBC7
RGB
CMYK
RGB Variations
Color information
#C4CBC7 (or 0xC4CBC7) is known color: Nebula. HEX triplet: C4, CB and C7. RGB value is (196,203,199). Sum of RGB (Red+Green+Blue) = 196+203+199=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC7 is #3B3438. Grayscale: #C8C8C8. Windows color (decimal): -3879993 or 13093828. OLE color: 13093828.
HSL color Cylindrical-coordinate representation of color #C4CBC7: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4CBC7 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 199 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.20 |
| HSL | 145.71º | 0.06% | 0.78% | - |
| HSV(B) | 145.71º | 0.03% | 0.8% | - |
| XYZ | 54.43 | 58.57 | 62.47 | - |
| YUV | 200.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 199 | 0.03 | 0 | 0.02 | 0.20 | 145.71 | 0.06 | 0.78 |
| Hex | C4 | CB | C7 | 3 | 0 | 2 | 14 | 92 | 6 | 4E |
| Octal | 304 | 313 | 307 | 3 | 0 | 2 | 24 | 222 | 6 | 116 |
| Binary | 11000100 | 11001011 | 11000111 | 11 | 0 | 10 | 10100 | 10010010 | 110 | 1001110 |
Color Harmonies of #C4CBC7
Complementary color
Monochromatic Colors of #C4CBC7
Black with #C4CBC7
Text Example
Text Example
White with #C4CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBC7; }
p { color: rgb(196,203,199); }
H1.HeaderClassName
{
color: #C4CBC7;
}
.AnyTagClassName
{
color: #C4CBC7;
}
</style>
background-color css
<style>
a { background-color: #C4CBC7; }
a { background-color: rgb(196,203,199); }
div.DivClassName
{
background-color: #C4CBC7;
}
.BgClassName
{
background-color: #C4CBC7;
}
</style>
border-color css
<style>
span { border-color: #C4CBC7; }
span { border-color: rgb(196,203,199); }
td.TdClassName
{
border-color: #C4CBC7;
}
.TagClassName
{
border-color: #C4CBC7;
}
</style>