Shades of Pink Flare #C0BCBD
Tints of Pink Flare #C0BCBD
RGB
CMYK
RGB Variations
Color information
#C0BCBD (or 0xC0BCBD) is known color: Pink Flare. HEX triplet: C0, BC and BD. RGB value is (192,188,189). Sum of RGB (Red+Green+Blue) = 192+188+189=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCBD is #3F4342. Grayscale: #BDBDBD. Windows color (decimal): -4145987 or 12434624. OLE color: 12434624.
HSL color Cylindrical-coordinate representation of color #C0BCBD: hue angle of 345º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0BCBD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 189 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.25 |
| HSL | 345º | 0.03% | 0.75% | - |
| HSV(B) | 345º | 0.02% | 0.75% | - |
| XYZ | 48.91 | 50.85 | 55.38 | - |
| YUV | 189.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 189 | 0 | 0.02 | 0.02 | 0.25 | 345 | 0.03 | 0.75 |
| Hex | C0 | BC | BD | 0 | 2 | 2 | 19 | 159 | 3 | 4B |
| Octal | 300 | 274 | 275 | 0 | 2 | 2 | 31 | 531 | 3 | 113 |
| Binary | 11000000 | 10111100 | 10111101 | 0 | 10 | 10 | 11001 | 101011001 | 11 | 1001011 |
Color Harmonies of #C0BCBD
Complementary color
Monochromatic Colors of #C0BCBD
Black with #C0BCBD
Text Example
Text Example
White with #C0BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCBD; }
p { color: rgb(192,188,189); }
H1.HeaderClassName
{
color: #C0BCBD;
}
.AnyTagClassName
{
color: #C0BCBD;
}
</style>
background-color css
<style>
a { background-color: #C0BCBD; }
a { background-color: rgb(192,188,189); }
div.DivClassName
{
background-color: #C0BCBD;
}
.BgClassName
{
background-color: #C0BCBD;
}
</style>
border-color css
<style>
span { border-color: #C0BCBD; }
span { border-color: rgb(192,188,189); }
td.TdClassName
{
border-color: #C0BCBD;
}
.TagClassName
{
border-color: #C0BCBD;
}
</style>