Shades of Ghost #C8C8CA
Tints of Ghost #C8C8CA
RGB
CMYK
RGB Variations
Color information
#C8C8CA (or 0xC8C8CA) is known color: Ghost. HEX triplet: C8, C8 and CA. RGB value is (200,200,202). Sum of RGB (Red+Green+Blue) = 200+200+202=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8CA is #373735. Grayscale: #C8C8C8. Windows color (decimal): -3618614 or 13289672. OLE color: 13289672.
HSL color Cylindrical-coordinate representation of color #C8C8CA: hue angle of 240º degrees, saturation: 0.02, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C8C8CA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 200 | 202 | - |
CMYK | 0.01 | 0.01 | 0 | 0.21 |
HSL | 240º | 0.02% | 0.79% | - |
HSV(B) | 240º | 0.01% | 0.79% | - |
XYZ | 55.13 | 57.85 | 64.14 | - |
YUV | 200.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 200 | 202 | 0.01 | 0.01 | 0 | 0.21 | 240 | 0.02 | 0.79 |
Hex | C8 | C8 | CA | 1 | 1 | 0 | 15 | F0 | 2 | 4F |
Octal | 310 | 310 | 312 | 1 | 1 | 0 | 25 | 360 | 2 | 117 |
Binary | 11001000 | 11001000 | 11001010 | 1 | 1 | 0 | 10101 | 11110000 | 10 | 1001111 |
Color Harmonies of #C8C8CA
Complementary color
Monochromatic Colors of #C8C8CA
Black with #C8C8CA
Text Example
Text Example
White with #C8C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8CA; }
p { color: rgb(200,200,202); }
H1.HeaderClassName
{
color: #C8C8CA;
}
.AnyTagClassName
{
color: #C8C8CA;
}
</style>
background-color css
<style>
a { background-color: #C8C8CA; }
a { background-color: rgb(200,200,202); }
div.DivClassName
{
background-color: #C8C8CA;
}
.BgClassName
{
background-color: #C8C8CA;
}
</style>
border-color css
<style>
span { border-color: #C8C8CA; }
span { border-color: rgb(200,200,202); }
td.TdClassName
{
border-color: #C8C8CA;
}
.TagClassName
{
border-color: #C8C8CA;
}
</style>