Shades of Pink Flare #C5AFB4
Tints of Pink Flare #C5AFB4
RGB
CMYK
RGB Variations
Color information
#C5AFB4 (or 0xC5AFB4) is known color: Pink Flare. HEX triplet: C5, AF and B4. RGB value is (197,175,180). Sum of RGB (Red+Green+Blue) = 197+175+180=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFB4 is #3A504B. Grayscale: #B6B6B6. Windows color (decimal): -3821644 or 11841477. OLE color: 11841477.
HSL color Cylindrical-coordinate representation of color #C5AFB4: hue angle of 346.36º degrees, saturation: 0.16, 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 #C5AFB4 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 180 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.23 |
| HSL | 346.36º | 0.16% | 0.73% | - |
| HSV(B) | 346.36º | 0.11% | 0.77% | - |
| XYZ | 46.59 | 45.83 | 49.57 | - |
| YUV | 182.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 180 | 0 | 0.11 | 0.09 | 0.23 | 346.36 | 0.16 | 0.73 |
| Hex | C5 | AF | B4 | 0 | B | 9 | 17 | 15A | 10 | 49 |
| Octal | 305 | 257 | 264 | 0 | 13 | 11 | 27 | 532 | 20 | 111 |
| Binary | 11000101 | 10101111 | 10110100 | 0 | 1011 | 1001 | 10111 | 101011010 | 10000 | 1001001 |
Color Harmonies of #C5AFB4
Complementary color
Monochromatic Colors of #C5AFB4
Black with #C5AFB4
Text Example
Text Example
White with #C5AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFB4; }
p { color: rgb(197,175,180); }
H1.HeaderClassName
{
color: #C5AFB4;
}
.AnyTagClassName
{
color: #C5AFB4;
}
</style>
background-color css
<style>
a { background-color: #C5AFB4; }
a { background-color: rgb(197,175,180); }
div.DivClassName
{
background-color: #C5AFB4;
}
.BgClassName
{
background-color: #C5AFB4;
}
</style>
border-color css
<style>
span { border-color: #C5AFB4; }
span { border-color: rgb(197,175,180); }
td.TdClassName
{
border-color: #C5AFB4;
}
.TagClassName
{
border-color: #C5AFB4;
}
</style>