Shades of Nebula #C3CAC6
Tints of Nebula #C3CAC6
RGB
CMYK
RGB Variations
Color information
#C3CAC6 (or 0xC3CAC6) is known color: Nebula. HEX triplet: C3, CA and C6. RGB value is (195,202,198). Sum of RGB (Red+Green+Blue) = 195+202+198=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAC6 is #3C3539. Grayscale: #C7C7C7. Windows color (decimal): -3945786 or 13028035. OLE color: 13028035.
HSL color Cylindrical-coordinate representation of color #C3CAC6: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3CAC6 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 195 | 202 | 198 | - |
CMYK | 0.03 | 0 | 0.02 | 0.21 |
HSL | 145.71º | 0.06% | 0.78% | - |
HSV(B) | 145.71º | 0.03% | 0.79% | - |
XYZ | 53.82 | 57.92 | 61.77 | - |
YUV | 199.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 202 | 198 | 0.03 | 0 | 0.02 | 0.21 | 145.71 | 0.06 | 0.78 |
Hex | C3 | CA | C6 | 3 | 0 | 2 | 15 | 92 | 6 | 4E |
Octal | 303 | 312 | 306 | 3 | 0 | 2 | 25 | 222 | 6 | 116 |
Binary | 11000011 | 11001010 | 11000110 | 11 | 0 | 10 | 10101 | 10010010 | 110 | 1001110 |
Color Harmonies of #C3CAC6
Complementary color
Monochromatic Colors of #C3CAC6
Black with #C3CAC6
Text Example
Text Example
White with #C3CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAC6; }
p { color: rgb(195,202,198); }
H1.HeaderClassName
{
color: #C3CAC6;
}
.AnyTagClassName
{
color: #C3CAC6;
}
</style>
background-color css
<style>
a { background-color: #C3CAC6; }
a { background-color: rgb(195,202,198); }
div.DivClassName
{
background-color: #C3CAC6;
}
.BgClassName
{
background-color: #C3CAC6;
}
</style>
border-color css
<style>
span { border-color: #C3CAC6; }
span { border-color: rgb(195,202,198); }
td.TdClassName
{
border-color: #C3CAC6;
}
.TagClassName
{
border-color: #C3CAC6;
}
</style>