Shades of Ghost #C7C7CE
Tints of Ghost #C7C7CE
RGB
CMYK
RGB Variations
Color information
#C7C7CE (or 0xC7C7CE) is known color: Ghost. HEX triplet: C7, C7 and CE. RGB value is (199,199,206). Sum of RGB (Red+Green+Blue) = 199+199+206=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7CE is #383831. Grayscale: #C7C7C7. Windows color (decimal): -3684402 or 13551559. OLE color: 13551559.
HSL color Cylindrical-coordinate representation of color #C7C7CE: hue angle of 240º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7C7CE is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 199 | 206 | - |
CMYK | 0.03 | 0.03 | 0 | 0.19 |
HSL | 240º | 0.07% | 0.79% | - |
HSV(B) | 240º | 0.03% | 0.81% | - |
XYZ | 55.12 | 57.45 | 66.58 | - |
YUV | 199.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 199 | 206 | 0.03 | 0.03 | 0 | 0.19 | 240 | 0.07 | 0.79 |
Hex | C7 | C7 | CE | 3 | 3 | 0 | 13 | F0 | 7 | 4F |
Octal | 307 | 307 | 316 | 3 | 3 | 0 | 23 | 360 | 7 | 117 |
Binary | 11000111 | 11000111 | 11001110 | 11 | 11 | 0 | 10011 | 11110000 | 111 | 1001111 |
Color Harmonies of #C7C7CE
Complementary color
Monochromatic Colors of #C7C7CE
Black with #C7C7CE
Text Example
Text Example
White with #C7C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C7CE; }
p { color: rgb(199,199,206); }
H1.HeaderClassName
{
color: #C7C7CE;
}
.AnyTagClassName
{
color: #C7C7CE;
}
</style>
background-color css
<style>
a { background-color: #C7C7CE; }
a { background-color: rgb(199,199,206); }
div.DivClassName
{
background-color: #C7C7CE;
}
.BgClassName
{
background-color: #C7C7CE;
}
</style>
border-color css
<style>
span { border-color: #C7C7CE; }
span { border-color: rgb(199,199,206); }
td.TdClassName
{
border-color: #C7C7CE;
}
.TagClassName
{
border-color: #C7C7CE;
}
</style>