Shades of Ghost #C7C7CD
Tints of Ghost #C7C7CD
RGB
CMYK
RGB Variations
Color information
#C7C7CD (or 0xC7C7CD) is known color: Ghost. HEX triplet: C7, C7 and CD. RGB value is (199,199,205). Sum of RGB (Red+Green+Blue) = 199+199+205=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7CD is #383832. Grayscale: #C7C7C7. Windows color (decimal): -3684403 or 13486023. OLE color: 13486023.
HSL color Cylindrical-coordinate representation of color #C7C7CD: hue angle of 240º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7C7CD is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 199 | 205 | - |
CMYK | 0.03 | 0.03 | 0 | 0.20 |
HSL | 240º | 0.06% | 0.79% | - |
HSV(B) | 240º | 0.03% | 0.8% | - |
XYZ | 55 | 57.4 | 65.94 | - |
YUV | 199.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 199 | 205 | 0.03 | 0.03 | 0 | 0.20 | 240 | 0.06 | 0.79 |
Hex | C7 | C7 | CD | 3 | 3 | 0 | 14 | F0 | 6 | 4F |
Octal | 307 | 307 | 315 | 3 | 3 | 0 | 24 | 360 | 6 | 117 |
Binary | 11000111 | 11000111 | 11001101 | 11 | 11 | 0 | 10100 | 11110000 | 110 | 1001111 |
Color Harmonies of #C7C7CD
Complementary color
Monochromatic Colors of #C7C7CD
Black with #C7C7CD
Text Example
Text Example
White with #C7C7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C7CD; }
p { color: rgb(199,199,205); }
H1.HeaderClassName
{
color: #C7C7CD;
}
.AnyTagClassName
{
color: #C7C7CD;
}
</style>
background-color css
<style>
a { background-color: #C7C7CD; }
a { background-color: rgb(199,199,205); }
div.DivClassName
{
background-color: #C7C7CD;
}
.BgClassName
{
background-color: #C7C7CD;
}
</style>
border-color css
<style>
span { border-color: #C7C7CD; }
span { border-color: rgb(199,199,205); }
td.TdClassName
{
border-color: #C7C7CD;
}
.TagClassName
{
border-color: #C7C7CD;
}
</style>