Shades of Ghost #C0BFCB
Tints of Ghost #C0BFCB
RGB
CMYK
RGB Variations
Color information
#C0BFCB (or 0xC0BFCB) is known color: Ghost. HEX triplet: C0, BF and CB. RGB value is (192,191,203). Sum of RGB (Red+Green+Blue) = 192+191+203=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCB is #3F4034. Grayscale: #C0C0C0. Windows color (decimal): -4145205 or 13352896. OLE color: 13352896.
HSL color Cylindrical-coordinate representation of color #C0BFCB: hue angle of 245º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BFCB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 191 | 203 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.20 |
| HSL | 245º | 0.1% | 0.77% | - |
| HSV(B) | 245º | 0.06% | 0.8% | - |
| XYZ | 51.15 | 52.78 | 63.99 | - |
| YUV | 192.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 203 | 0.05 | 0.06 | 0 | 0.20 | 245 | 0.1 | 0.77 |
| Hex | C0 | BF | CB | 5 | 6 | 0 | 14 | F5 | A | 4D |
| Octal | 300 | 277 | 313 | 5 | 6 | 0 | 24 | 365 | 12 | 115 |
| Binary | 11000000 | 10111111 | 11001011 | 101 | 110 | 0 | 10100 | 11110101 | 1010 | 1001101 |
Color Harmonies of #C0BFCB
Complementary color
Monochromatic Colors of #C0BFCB
Black with #C0BFCB
Text Example
Text Example
White with #C0BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFCB; }
p { color: rgb(192,191,203); }
H1.HeaderClassName
{
color: #C0BFCB;
}
.AnyTagClassName
{
color: #C0BFCB;
}
</style>
background-color css
<style>
a { background-color: #C0BFCB; }
a { background-color: rgb(192,191,203); }
div.DivClassName
{
background-color: #C0BFCB;
}
.BgClassName
{
background-color: #C0BFCB;
}
</style>
border-color css
<style>
span { border-color: #C0BFCB; }
span { border-color: rgb(192,191,203); }
td.TdClassName
{
border-color: #C0BFCB;
}
.TagClassName
{
border-color: #C0BFCB;
}
</style>