Shades of Pink Flare #C5B8B9
Tints of Pink Flare #C5B8B9
RGB
CMYK
RGB Variations
Color information
#C5B8B9 (or 0xC5B8B9) is known color: Pink Flare. HEX triplet: C5, B8 and B9. RGB value is (197,184,185). Sum of RGB (Red+Green+Blue) = 197+184+185=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8B9 is #3A4746. Grayscale: #BCBCBC. Windows color (decimal): -3819335 or 12171461. OLE color: 12171461.
HSL color Cylindrical-coordinate representation of color #C5B8B9: hue angle of 355.38º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B8B9 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 185 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.23 |
| HSL | 355.38º | 0.1% | 0.75% | - |
| HSV(B) | 355.38º | 0.07% | 0.77% | - |
| XYZ | 48.92 | 49.65 | 52.9 | - |
| YUV | 188 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 185 | 0 | 0.07 | 0.06 | 0.23 | 355.38 | 0.1 | 0.75 |
| Hex | C5 | B8 | B9 | 0 | 7 | 6 | 17 | 163 | A | 4B |
| Octal | 305 | 270 | 271 | 0 | 7 | 6 | 27 | 543 | 12 | 113 |
| Binary | 11000101 | 10111000 | 10111001 | 0 | 111 | 110 | 10111 | 101100011 | 1010 | 1001011 |
Color Harmonies of #C5B8B9
Complementary color
Monochromatic Colors of #C5B8B9
Black with #C5B8B9
Text Example
Text Example
White with #C5B8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8B9; }
p { color: rgb(197,184,185); }
H1.HeaderClassName
{
color: #C5B8B9;
}
.AnyTagClassName
{
color: #C5B8B9;
}
</style>
background-color css
<style>
a { background-color: #C5B8B9; }
a { background-color: rgb(197,184,185); }
div.DivClassName
{
background-color: #C5B8B9;
}
.BgClassName
{
background-color: #C5B8B9;
}
</style>
border-color css
<style>
span { border-color: #C5B8B9; }
span { border-color: rgb(197,184,185); }
td.TdClassName
{
border-color: #C5B8B9;
}
.TagClassName
{
border-color: #C5B8B9;
}
</style>