Shades of Nebula #C6CFCA
Tints of Nebula #C6CFCA
RGB
CMYK
RGB Variations
Color information
#C6CFCA (or 0xC6CFCA) is known color: Nebula. HEX triplet: C6, CF and CA. RGB value is (198,207,202). Sum of RGB (Red+Green+Blue) = 198+207+202=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFCA is #393035. Grayscale: #CBCBCB. Windows color (decimal): -3747894 or 13291462. OLE color: 13291462.
HSL color Cylindrical-coordinate representation of color #C6CFCA: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6CFCA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 198 | 207 | 202 | - |
CMYK | 0.04 | 0 | 0.02 | 0.19 |
HSL | 146.67º | 0.09% | 0.79% | - |
HSV(B) | 146.67º | 0.04% | 0.81% | - |
XYZ | 56.26 | 60.9 | 64.67 | - |
YUV | 203.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 207 | 202 | 0.04 | 0 | 0.02 | 0.19 | 146.67 | 0.09 | 0.79 |
Hex | C6 | CF | CA | 4 | 0 | 2 | 13 | 93 | 9 | 4F |
Octal | 306 | 317 | 312 | 4 | 0 | 2 | 23 | 223 | 11 | 117 |
Binary | 11000110 | 11001111 | 11001010 | 100 | 0 | 10 | 10011 | 10010011 | 1001 | 1001111 |
Color Harmonies of #C6CFCA
Complementary color
Monochromatic Colors of #C6CFCA
Black with #C6CFCA
Text Example
Text Example
White with #C6CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFCA; }
p { color: rgb(198,207,202); }
H1.HeaderClassName
{
color: #C6CFCA;
}
.AnyTagClassName
{
color: #C6CFCA;
}
</style>
background-color css
<style>
a { background-color: #C6CFCA; }
a { background-color: rgb(198,207,202); }
div.DivClassName
{
background-color: #C6CFCA;
}
.BgClassName
{
background-color: #C6CFCA;
}
</style>
border-color css
<style>
span { border-color: #C6CFCA; }
span { border-color: rgb(198,207,202); }
td.TdClassName
{
border-color: #C6CFCA;
}
.TagClassName
{
border-color: #C6CFCA;
}
</style>