Shades of Nebula #C7CAC8
Tints of Nebula #C7CAC8
RGB
CMYK
RGB Variations
Color information
#C7CAC8 (or 0xC7CAC8) is known color: Nebula. HEX triplet: C7, CA and C8. RGB value is (199,202,200). Sum of RGB (Red+Green+Blue) = 199+202+200=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CAC8 is #383537. Grayscale: #C8C8C8. Windows color (decimal): -3683640 or 13159111. OLE color: 13159111.
HSL color Cylindrical-coordinate representation of color #C7CAC8: hue angle of 140º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C7CAC8 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 200 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.21 |
| HSL | 140º | 0.03% | 0.79% | - |
| HSV(B) | 140º | 0.01% | 0.79% | - |
| XYZ | 55.1 | 58.55 | 63.04 | - |
| YUV | 200.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 200 | 0.01 | 0 | 0.01 | 0.21 | 140 | 0.03 | 0.79 |
| Hex | C7 | CA | C8 | 1 | 0 | 1 | 15 | 8C | 3 | 4F |
| Octal | 307 | 312 | 310 | 1 | 0 | 1 | 25 | 214 | 3 | 117 |
| Binary | 11000111 | 11001010 | 11001000 | 1 | 0 | 1 | 10101 | 10001100 | 11 | 1001111 |
Color Harmonies of #C7CAC8
Complementary color
Monochromatic Colors of #C7CAC8
Black with #C7CAC8
Text Example
Text Example
White with #C7CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CAC8; }
p { color: rgb(199,202,200); }
H1.HeaderClassName
{
color: #C7CAC8;
}
.AnyTagClassName
{
color: #C7CAC8;
}
</style>
background-color css
<style>
a { background-color: #C7CAC8; }
a { background-color: rgb(199,202,200); }
div.DivClassName
{
background-color: #C7CAC8;
}
.BgClassName
{
background-color: #C7CAC8;
}
</style>
border-color css
<style>
span { border-color: #C7CAC8; }
span { border-color: rgb(199,202,200); }
td.TdClassName
{
border-color: #C7CAC8;
}
.TagClassName
{
border-color: #C7CAC8;
}
</style>