Shades of Ghost #C0BEC6
Tints of Ghost #C0BEC6
RGB
CMYK
RGB Variations
Color information
#C0BEC6 (or 0xC0BEC6) is known color: Ghost. HEX triplet: C0, BE and C6. RGB value is (192,190,198). Sum of RGB (Red+Green+Blue) = 192+190+198=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEC6 is #3F4139. Grayscale: #BFBFBF. Windows color (decimal): -4145466 or 13024960. OLE color: 13024960.
HSL color Cylindrical-coordinate representation of color #C0BEC6: hue angle of 255º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0BEC6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 192 | 190 | 198 | - |
CMYK | 0.03 | 0.04 | 0 | 0.22 |
HSL | 255º | 0.07% | 0.76% | - |
HSV(B) | 255º | 0.04% | 0.78% | - |
XYZ | 50.34 | 52.11 | 60.83 | - |
YUV | 191.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 198 | 0.03 | 0.04 | 0 | 0.22 | 255 | 0.07 | 0.76 |
Hex | C0 | BE | C6 | 3 | 4 | 0 | 16 | FF | 7 | 4C |
Octal | 300 | 276 | 306 | 3 | 4 | 0 | 26 | 377 | 7 | 114 |
Binary | 11000000 | 10111110 | 11000110 | 11 | 100 | 0 | 10110 | 11111111 | 111 | 1001100 |
Color Harmonies of #C0BEC6
Complementary color
Monochromatic Colors of #C0BEC6
Black with #C0BEC6
Text Example
Text Example
White with #C0BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEC6; }
p { color: rgb(192,190,198); }
H1.HeaderClassName
{
color: #C0BEC6;
}
.AnyTagClassName
{
color: #C0BEC6;
}
</style>
background-color css
<style>
a { background-color: #C0BEC6; }
a { background-color: rgb(192,190,198); }
div.DivClassName
{
background-color: #C0BEC6;
}
.BgClassName
{
background-color: #C0BEC6;
}
</style>
border-color css
<style>
span { border-color: #C0BEC6; }
span { border-color: rgb(192,190,198); }
td.TdClassName
{
border-color: #C0BEC6;
}
.TagClassName
{
border-color: #C0BEC6;
}
</style>