Shades of Pink Flare #C0B9BA
Tints of Pink Flare #C0B9BA
RGB
CMYK
RGB Variations
Color information
#C0B9BA (or 0xC0B9BA) is known color: Pink Flare. HEX triplet: C0, B9 and BA. RGB value is (192,185,186). Sum of RGB (Red+Green+Blue) = 192+185+186=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9BA is #3F4645. Grayscale: #BBBBBB. Windows color (decimal): -4146758 or 12237248. OLE color: 12237248.
HSL color Cylindrical-coordinate representation of color #C0B9BA: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0B9BA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 186 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.25 |
| HSL | 351.43º | 0.05% | 0.74% | - |
| HSV(B) | 351.43º | 0.04% | 0.75% | - |
| XYZ | 47.95 | 49.45 | 53.47 | - |
| YUV | 187.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 186 | 0 | 0.04 | 0.03 | 0.25 | 351.43 | 0.05 | 0.74 |
| Hex | C0 | B9 | BA | 0 | 4 | 3 | 19 | 15F | 5 | 4A |
| Octal | 300 | 271 | 272 | 0 | 4 | 3 | 31 | 537 | 5 | 112 |
| Binary | 11000000 | 10111001 | 10111010 | 0 | 100 | 11 | 11001 | 101011111 | 101 | 1001010 |
Color Harmonies of #C0B9BA
Complementary color
Monochromatic Colors of #C0B9BA
Black with #C0B9BA
Text Example
Text Example
White with #C0B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9BA; }
p { color: rgb(192,185,186); }
H1.HeaderClassName
{
color: #C0B9BA;
}
.AnyTagClassName
{
color: #C0B9BA;
}
</style>
background-color css
<style>
a { background-color: #C0B9BA; }
a { background-color: rgb(192,185,186); }
div.DivClassName
{
background-color: #C0B9BA;
}
.BgClassName
{
background-color: #C0B9BA;
}
</style>
border-color css
<style>
span { border-color: #C0B9BA; }
span { border-color: rgb(192,185,186); }
td.TdClassName
{
border-color: #C0B9BA;
}
.TagClassName
{
border-color: #C0B9BA;
}
</style>