Shades of Pink Flare #C4AFB0
Tints of Pink Flare #C4AFB0
RGB
CMYK
RGB Variations
Color information
#C4AFB0 (or 0xC4AFB0) is known color: Pink Flare. HEX triplet: C4, AF and B0. RGB value is (196,175,176). Sum of RGB (Red+Green+Blue) = 196+175+176=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFB0 is #3B504F. Grayscale: #B5B5B5. Windows color (decimal): -3887184 or 11579332. OLE color: 11579332.
HSL color Cylindrical-coordinate representation of color #C4AFB0: hue angle of 357.14º 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 #C4AFB0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 176 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.23 |
| HSL | 357.14º | 0.15% | 0.73% | - |
| HSV(B) | 357.14º | 0.11% | 0.77% | - |
| XYZ | 45.93 | 45.53 | 47.44 | - |
| YUV | 181.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 176 | 0 | 0.11 | 0.10 | 0.23 | 357.14 | 0.15 | 0.73 |
| Hex | C4 | AF | B0 | 0 | B | A | 17 | 165 | F | 49 |
| Octal | 304 | 257 | 260 | 0 | 13 | 12 | 27 | 545 | 17 | 111 |
| Binary | 11000100 | 10101111 | 10110000 | 0 | 1011 | 1010 | 10111 | 101100101 | 1111 | 1001001 |
Color Harmonies of #C4AFB0
Complementary color
Monochromatic Colors of #C4AFB0
Black with #C4AFB0
Text Example
Text Example
White with #C4AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFB0; }
p { color: rgb(196,175,176); }
H1.HeaderClassName
{
color: #C4AFB0;
}
.AnyTagClassName
{
color: #C4AFB0;
}
</style>
background-color css
<style>
a { background-color: #C4AFB0; }
a { background-color: rgb(196,175,176); }
div.DivClassName
{
background-color: #C4AFB0;
}
.BgClassName
{
background-color: #C4AFB0;
}
</style>
border-color css
<style>
span { border-color: #C4AFB0; }
span { border-color: rgb(196,175,176); }
td.TdClassName
{
border-color: #C4AFB0;
}
.TagClassName
{
border-color: #C4AFB0;
}
</style>