Shades of Pink Flare #C8BEC0
Tints of Pink Flare #C8BEC0
RGB
CMYK
RGB Variations
Color information
#C8BEC0 (or 0xC8BEC0) is known color: Pink Flare. HEX triplet: C8, BE and C0. RGB value is (200,190,192). Sum of RGB (Red+Green+Blue) = 200+190+192=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEC0 is #37413F. Grayscale: #C1C1C1. Windows color (decimal): -3621184 or 12631752. OLE color: 12631752.
HSL color Cylindrical-coordinate representation of color #C8BEC0: hue angle of 348º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BEC0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 192 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.22 |
| HSL | 348º | 0.08% | 0.76% | - |
| HSV(B) | 348º | 0.05% | 0.78% | - |
| XYZ | 51.75 | 52.91 | 57.35 | - |
| YUV | 193.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 192 | 0 | 0.05 | 0.04 | 0.22 | 348 | 0.08 | 0.76 |
| Hex | C8 | BE | C0 | 0 | 5 | 4 | 16 | 15C | 8 | 4C |
| Octal | 310 | 276 | 300 | 0 | 5 | 4 | 26 | 534 | 10 | 114 |
| Binary | 11001000 | 10111110 | 11000000 | 0 | 101 | 100 | 10110 | 101011100 | 1000 | 1001100 |
Color Harmonies of #C8BEC0
Complementary color
Monochromatic Colors of #C8BEC0
Black with #C8BEC0
Text Example
Text Example
White with #C8BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEC0; }
p { color: rgb(200,190,192); }
H1.HeaderClassName
{
color: #C8BEC0;
}
.AnyTagClassName
{
color: #C8BEC0;
}
</style>
background-color css
<style>
a { background-color: #C8BEC0; }
a { background-color: rgb(200,190,192); }
div.DivClassName
{
background-color: #C8BEC0;
}
.BgClassName
{
background-color: #C8BEC0;
}
</style>
border-color css
<style>
span { border-color: #C8BEC0; }
span { border-color: rgb(200,190,192); }
td.TdClassName
{
border-color: #C8BEC0;
}
.TagClassName
{
border-color: #C8BEC0;
}
</style>