Shades of Pink Flare #C3BCBD
Tints of Pink Flare #C3BCBD
RGB
CMYK
RGB Variations
Color information
#C3BCBD (or 0xC3BCBD) is known color: Pink Flare. HEX triplet: C3, BC and BD. RGB value is (195,188,189). Sum of RGB (Red+Green+Blue) = 195+188+189=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBD is #3C4342. Grayscale: #BEBEBE. Windows color (decimal): -3949379 or 12434627. OLE color: 12434627.
HSL color Cylindrical-coordinate representation of color #C3BCBD: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BCBD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 189 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.24 |
| HSL | 351.43º | 0.06% | 0.75% | - |
| HSV(B) | 351.43º | 0.04% | 0.76% | - |
| XYZ | 49.67 | 51.24 | 55.42 | - |
| YUV | 190.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 189 | 0 | 0.04 | 0.03 | 0.24 | 351.43 | 0.06 | 0.75 |
| Hex | C3 | BC | BD | 0 | 4 | 3 | 18 | 15F | 6 | 4B |
| Octal | 303 | 274 | 275 | 0 | 4 | 3 | 30 | 537 | 6 | 113 |
| Binary | 11000011 | 10111100 | 10111101 | 0 | 100 | 11 | 11000 | 101011111 | 110 | 1001011 |
Color Harmonies of #C3BCBD
Complementary color
Monochromatic Colors of #C3BCBD
Black with #C3BCBD
Text Example
Text Example
White with #C3BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCBD; }
p { color: rgb(195,188,189); }
H1.HeaderClassName
{
color: #C3BCBD;
}
.AnyTagClassName
{
color: #C3BCBD;
}
</style>
background-color css
<style>
a { background-color: #C3BCBD; }
a { background-color: rgb(195,188,189); }
div.DivClassName
{
background-color: #C3BCBD;
}
.BgClassName
{
background-color: #C3BCBD;
}
</style>
border-color css
<style>
span { border-color: #C3BCBD; }
span { border-color: rgb(195,188,189); }
td.TdClassName
{
border-color: #C3BCBD;
}
.TagClassName
{
border-color: #C3BCBD;
}
</style>