Shades of Pink Flare #C4B0B2
Tints of Pink Flare #C4B0B2
RGB
CMYK
RGB Variations
Color information
#C4B0B2 (or 0xC4B0B2) is known color: Pink Flare. HEX triplet: C4, B0 and B2. RGB value is (196,176,178). Sum of RGB (Red+Green+Blue) = 196+176+178=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B0B2 is #3B4F4D. Grayscale: #B6B6B6. Windows color (decimal): -3886926 or 11710660. OLE color: 11710660.
HSL color Cylindrical-coordinate representation of color #C4B0B2: hue angle of 354º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B0B2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 178 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.23 |
| HSL | 354º | 0.14% | 0.73% | - |
| HSV(B) | 354º | 0.1% | 0.77% | - |
| XYZ | 46.33 | 46 | 48.56 | - |
| YUV | 182.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 178 | 0 | 0.10 | 0.09 | 0.23 | 354 | 0.14 | 0.73 |
| Hex | C4 | B0 | B2 | 0 | A | 9 | 17 | 162 | E | 49 |
| Octal | 304 | 260 | 262 | 0 | 12 | 11 | 27 | 542 | 16 | 111 |
| Binary | 11000100 | 10110000 | 10110010 | 0 | 1010 | 1001 | 10111 | 101100010 | 1110 | 1001001 |
Color Harmonies of #C4B0B2
Complementary color
Monochromatic Colors of #C4B0B2
Black with #C4B0B2
Text Example
Text Example
White with #C4B0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0B2; }
p { color: rgb(196,176,178); }
H1.HeaderClassName
{
color: #C4B0B2;
}
.AnyTagClassName
{
color: #C4B0B2;
}
</style>
background-color css
<style>
a { background-color: #C4B0B2; }
a { background-color: rgb(196,176,178); }
div.DivClassName
{
background-color: #C4B0B2;
}
.BgClassName
{
background-color: #C4B0B2;
}
</style>
border-color css
<style>
span { border-color: #C4B0B2; }
span { border-color: rgb(196,176,178); }
td.TdClassName
{
border-color: #C4B0B2;
}
.TagClassName
{
border-color: #C4B0B2;
}
</style>