Shades of Pink Flare #C0B8BA
Tints of Pink Flare #C0B8BA
RGB
CMYK
RGB Variations
Color information
#C0B8BA (or 0xC0B8BA) is known color: Pink Flare. HEX triplet: C0, B8 and BA. RGB value is (192,184,186). Sum of RGB (Red+Green+Blue) = 192+184+186=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8BA is #3F4745. Grayscale: #BABABA. Windows color (decimal): -4147014 or 12236992. OLE color: 12236992.
HSL color Cylindrical-coordinate representation of color #C0B8BA: hue angle of 345º degrees, saturation: 0.06, 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 #C0B8BA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 186 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.25 |
| HSL | 345º | 0.06% | 0.74% | - |
| HSV(B) | 345º | 0.04% | 0.75% | - |
| XYZ | 47.74 | 49.03 | 53.4 | - |
| YUV | 186.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 186 | 0 | 0.04 | 0.03 | 0.25 | 345 | 0.06 | 0.74 |
| Hex | C0 | B8 | BA | 0 | 4 | 3 | 19 | 159 | 6 | 4A |
| Octal | 300 | 270 | 272 | 0 | 4 | 3 | 31 | 531 | 6 | 112 |
| Binary | 11000000 | 10111000 | 10111010 | 0 | 100 | 11 | 11001 | 101011001 | 110 | 1001010 |
Color Harmonies of #C0B8BA
Complementary color
Monochromatic Colors of #C0B8BA
Black with #C0B8BA
Text Example
Text Example
White with #C0B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8BA; }
p { color: rgb(192,184,186); }
H1.HeaderClassName
{
color: #C0B8BA;
}
.AnyTagClassName
{
color: #C0B8BA;
}
</style>
background-color css
<style>
a { background-color: #C0B8BA; }
a { background-color: rgb(192,184,186); }
div.DivClassName
{
background-color: #C0B8BA;
}
.BgClassName
{
background-color: #C0B8BA;
}
</style>
border-color css
<style>
span { border-color: #C0B8BA; }
span { border-color: rgb(192,184,186); }
td.TdClassName
{
border-color: #C0B8BA;
}
.TagClassName
{
border-color: #C0B8BA;
}
</style>