Shades of Nebula #C5C8C6
Tints of Nebula #C5C8C6
RGB
CMYK
RGB Variations
Color information
#C5C8C6 (or 0xC5C8C6) is known color: Nebula. HEX triplet: C5, C8 and C6. RGB value is (197,200,198). Sum of RGB (Red+Green+Blue) = 197+200+198=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8C6 is #3A3739. Grayscale: #C6C6C6. Windows color (decimal): -3815226 or 13027525. OLE color: 13027525.
HSL color Cylindrical-coordinate representation of color #C5C8C6: hue angle of 140º degrees, saturation: 0.03, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C5C8C6 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
RGB | 197 | 200 | 198 | - |
CMYK | 0.02 | 0 | 0.01 | 0.22 |
HSL | 140º | 0.03% | 0.78% | - |
HSV(B) | 140º | 0.01% | 0.78% | - |
XYZ | 53.87 | 57.26 | 61.64 | - |
YUV | 198.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 200 | 198 | 0.02 | 0 | 0.01 | 0.22 | 140 | 0.03 | 0.78 |
Hex | C5 | C8 | C6 | 2 | 0 | 1 | 16 | 8C | 3 | 4E |
Octal | 305 | 310 | 306 | 2 | 0 | 1 | 26 | 214 | 3 | 116 |
Binary | 11000101 | 11001000 | 11000110 | 10 | 0 | 1 | 10110 | 10001100 | 11 | 1001110 |
Color Harmonies of #C5C8C6
Complementary color
Monochromatic Colors of #C5C8C6
Black with #C5C8C6
Text Example
Text Example
White with #C5C8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8C6; }
p { color: rgb(197,200,198); }
H1.HeaderClassName
{
color: #C5C8C6;
}
.AnyTagClassName
{
color: #C5C8C6;
}
</style>
background-color css
<style>
a { background-color: #C5C8C6; }
a { background-color: rgb(197,200,198); }
div.DivClassName
{
background-color: #C5C8C6;
}
.BgClassName
{
background-color: #C5C8C6;
}
</style>
border-color css
<style>
span { border-color: #C5C8C6; }
span { border-color: rgb(197,200,198); }
td.TdClassName
{
border-color: #C5C8C6;
}
.TagClassName
{
border-color: #C5C8C6;
}
</style>