Shades of Pink Flare #C4B4B7
Tints of Pink Flare #C4B4B7
RGB
CMYK
RGB Variations
Color information
#C4B4B7 (or 0xC4B4B7) is known color: Pink Flare. HEX triplet: C4, B4 and B7. RGB value is (196,180,183). Sum of RGB (Red+Green+Blue) = 196+180+183=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4B7 is #3B4B48. Grayscale: #B9B9B9. Windows color (decimal): -3885897 or 12039364. OLE color: 12039364.
HSL color Cylindrical-coordinate representation of color #C4B4B7: hue angle of 348.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4B4B7 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 183 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.23 |
| HSL | 348.75º | 0.12% | 0.74% | - |
| HSV(B) | 348.75º | 0.08% | 0.77% | - |
| XYZ | 47.63 | 47.8 | 51.51 | - |
| YUV | 185.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 183 | 0 | 0.08 | 0.07 | 0.23 | 348.75 | 0.12 | 0.74 |
| Hex | C4 | B4 | B7 | 0 | 8 | 7 | 17 | 15D | C | 4A |
| Octal | 304 | 264 | 267 | 0 | 10 | 7 | 27 | 535 | 14 | 112 |
| Binary | 11000100 | 10110100 | 10110111 | 0 | 1000 | 111 | 10111 | 101011101 | 1100 | 1001010 |
Color Harmonies of #C4B4B7
Complementary color
Monochromatic Colors of #C4B4B7
Black with #C4B4B7
Text Example
Text Example
White with #C4B4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B4B7; }
p { color: rgb(196,180,183); }
H1.HeaderClassName
{
color: #C4B4B7;
}
.AnyTagClassName
{
color: #C4B4B7;
}
</style>
background-color css
<style>
a { background-color: #C4B4B7; }
a { background-color: rgb(196,180,183); }
div.DivClassName
{
background-color: #C4B4B7;
}
.BgClassName
{
background-color: #C4B4B7;
}
</style>
border-color css
<style>
span { border-color: #C4B4B7; }
span { border-color: rgb(196,180,183); }
td.TdClassName
{
border-color: #C4B4B7;
}
.TagClassName
{
border-color: #C4B4B7;
}
</style>