Shades of Ghost #C0BFCD
Tints of Ghost #C0BFCD
RGB
CMYK
RGB Variations
Color information
#C0BFCD (or 0xC0BFCD) is known color: Ghost. HEX triplet: C0, BF and CD. RGB value is (192,191,205). Sum of RGB (Red+Green+Blue) = 192+191+205=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCD is #3F4032. Grayscale: #C0C0C0. Windows color (decimal): -4145203 or 13483968. OLE color: 13483968.
HSL color Cylindrical-coordinate representation of color #C0BFCD: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BFCD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 191 | 205 | - |
CMYK | 0.06 | 0.07 | 0 | 0.20 |
HSL | 244.29º | 0.12% | 0.78% | - |
HSV(B) | 244.29º | 0.07% | 0.8% | - |
XYZ | 51.39 | 52.88 | 65.26 | - |
YUV | 192.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 191 | 205 | 0.06 | 0.07 | 0 | 0.20 | 244.29 | 0.12 | 0.78 |
Hex | C0 | BF | CD | 6 | 7 | 0 | 14 | F4 | C | 4E |
Octal | 300 | 277 | 315 | 6 | 7 | 0 | 24 | 364 | 14 | 116 |
Binary | 11000000 | 10111111 | 11001101 | 110 | 111 | 0 | 10100 | 11110100 | 1100 | 1001110 |
Color Harmonies of #C0BFCD
Complementary color
Monochromatic Colors of #C0BFCD
Black with #C0BFCD
Text Example
Text Example
White with #C0BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFCD; }
p { color: rgb(192,191,205); }
H1.HeaderClassName
{
color: #C0BFCD;
}
.AnyTagClassName
{
color: #C0BFCD;
}
</style>
background-color css
<style>
a { background-color: #C0BFCD; }
a { background-color: rgb(192,191,205); }
div.DivClassName
{
background-color: #C0BFCD;
}
.BgClassName
{
background-color: #C0BFCD;
}
</style>
border-color css
<style>
span { border-color: #C0BFCD; }
span { border-color: rgb(192,191,205); }
td.TdClassName
{
border-color: #C0BFCD;
}
.TagClassName
{
border-color: #C0BFCD;
}
</style>