Shades of Pink Flare #C4B0B3
Tints of Pink Flare #C4B0B3
RGB
CMYK
RGB Variations
Color information
#C4B0B3 (or 0xC4B0B3) is known color: Pink Flare. HEX triplet: C4, B0 and B3. RGB value is (196,176,179). Sum of RGB (Red+Green+Blue) = 196+176+179=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0B3 is #3B4F4C. Grayscale: #B6B6B6. Windows color (decimal): -3886925 or 11776196. OLE color: 11776196.
HSL color Cylindrical-coordinate representation of color #C4B0B3: hue angle of 351º 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 #C4B0B3 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 179 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.23 |
| HSL | 351º | 0.14% | 0.73% | - |
| HSV(B) | 351º | 0.1% | 0.77% | - |
| XYZ | 46.43 | 46.04 | 49.09 | - |
| YUV | 182.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 179 | 0 | 0.10 | 0.09 | 0.23 | 351 | 0.14 | 0.73 |
| Hex | C4 | B0 | B3 | 0 | A | 9 | 17 | 15F | E | 49 |
| Octal | 304 | 260 | 263 | 0 | 12 | 11 | 27 | 537 | 16 | 111 |
| Binary | 11000100 | 10110000 | 10110011 | 0 | 1010 | 1001 | 10111 | 101011111 | 1110 | 1001001 |
Color Harmonies of #C4B0B3
Complementary color
Monochromatic Colors of #C4B0B3
Black with #C4B0B3
Text Example
Text Example
White with #C4B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0B3; }
p { color: rgb(196,176,179); }
H1.HeaderClassName
{
color: #C4B0B3;
}
.AnyTagClassName
{
color: #C4B0B3;
}
</style>
background-color css
<style>
a { background-color: #C4B0B3; }
a { background-color: rgb(196,176,179); }
div.DivClassName
{
background-color: #C4B0B3;
}
.BgClassName
{
background-color: #C4B0B3;
}
</style>
border-color css
<style>
span { border-color: #C4B0B3; }
span { border-color: rgb(196,176,179); }
td.TdClassName
{
border-color: #C4B0B3;
}
.TagClassName
{
border-color: #C4B0B3;
}
</style>