Shades of Pink Flare #C5B0B2
Tints of Pink Flare #C5B0B2
RGB
CMYK
RGB Variations
Color information
#C5B0B2 (or 0xC5B0B2) is known color: Pink Flare. HEX triplet: C5, B0 and B2. RGB value is (197,176,178). Sum of RGB (Red+Green+Blue) = 197+176+178=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B0B2 is #3A4F4D. Grayscale: #B6B6B6. Windows color (decimal): -3821390 or 11710661. OLE color: 11710661.
HSL color Cylindrical-coordinate representation of color #C5B0B2: hue angle of 354.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B0B2 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 178 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.23 |
| HSL | 354.29º | 0.15% | 0.73% | - |
| HSV(B) | 354.29º | 0.11% | 0.77% | - |
| XYZ | 46.59 | 46.14 | 48.57 | - |
| YUV | 182.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 178 | 0 | 0.11 | 0.10 | 0.23 | 354.29 | 0.15 | 0.73 |
| Hex | C5 | B0 | B2 | 0 | B | A | 17 | 162 | F | 49 |
| Octal | 305 | 260 | 262 | 0 | 13 | 12 | 27 | 542 | 17 | 111 |
| Binary | 11000101 | 10110000 | 10110010 | 0 | 1011 | 1010 | 10111 | 101100010 | 1111 | 1001001 |
Color Harmonies of #C5B0B2
Complementary color
Monochromatic Colors of #C5B0B2
Black with #C5B0B2
Text Example
Text Example
White with #C5B0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0B2; }
p { color: rgb(197,176,178); }
H1.HeaderClassName
{
color: #C5B0B2;
}
.AnyTagClassName
{
color: #C5B0B2;
}
</style>
background-color css
<style>
a { background-color: #C5B0B2; }
a { background-color: rgb(197,176,178); }
div.DivClassName
{
background-color: #C5B0B2;
}
.BgClassName
{
background-color: #C5B0B2;
}
</style>
border-color css
<style>
span { border-color: #C5B0B2; }
span { border-color: rgb(197,176,178); }
td.TdClassName
{
border-color: #C5B0B2;
}
.TagClassName
{
border-color: #C5B0B2;
}
</style>