Shades of Ghost #C0BFCA
Tints of Ghost #C0BFCA
RGB
CMYK
RGB Variations
Color information
#C0BFCA (or 0xC0BFCA) is known color: Ghost. HEX triplet: C0, BF and CA. RGB value is (192,191,202). Sum of RGB (Red+Green+Blue) = 192+191+202=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCA is #3F4035. Grayscale: #C0C0C0. Windows color (decimal): -4145206 or 13287360. OLE color: 13287360.
HSL color Cylindrical-coordinate representation of color #C0BFCA: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BFCA is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 191 | 202 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.21 |
| HSL | 245.45º | 0.09% | 0.77% | - |
| HSV(B) | 245.45º | 0.05% | 0.79% | - |
| XYZ | 51.03 | 52.73 | 63.37 | - |
| YUV | 192.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 202 | 0.05 | 0.05 | 0 | 0.21 | 245.45 | 0.09 | 0.77 |
| Hex | C0 | BF | CA | 5 | 5 | 0 | 15 | F5 | 9 | 4D |
| Octal | 300 | 277 | 312 | 5 | 5 | 0 | 25 | 365 | 11 | 115 |
| Binary | 11000000 | 10111111 | 11001010 | 101 | 101 | 0 | 10101 | 11110101 | 1001 | 1001101 |
Color Harmonies of #C0BFCA
Complementary color
Monochromatic Colors of #C0BFCA
Black with #C0BFCA
Text Example
Text Example
White with #C0BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFCA; }
p { color: rgb(192,191,202); }
H1.HeaderClassName
{
color: #C0BFCA;
}
.AnyTagClassName
{
color: #C0BFCA;
}
</style>
background-color css
<style>
a { background-color: #C0BFCA; }
a { background-color: rgb(192,191,202); }
div.DivClassName
{
background-color: #C0BFCA;
}
.BgClassName
{
background-color: #C0BFCA;
}
</style>
border-color css
<style>
span { border-color: #C0BFCA; }
span { border-color: rgb(192,191,202); }
td.TdClassName
{
border-color: #C0BFCA;
}
.TagClassName
{
border-color: #C0BFCA;
}
</style>