Shades of Pink Flare #C2AFB1
Tints of Pink Flare #C2AFB1
RGB
CMYK
RGB Variations
Color information
#C2AFB1 (or 0xC2AFB1) is known color: Pink Flare. HEX triplet: C2, AF and B1. RGB value is (194,175,177). Sum of RGB (Red+Green+Blue) = 194+175+177=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFB1 is #3D504E. Grayscale: #B4B4B4. Windows color (decimal): -4018255 or 11644866. OLE color: 11644866.
HSL color Cylindrical-coordinate representation of color #C2AFB1: hue angle of 353.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFB1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 177 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.24 |
| HSL | 353.68º | 0.13% | 0.72% | - |
| HSV(B) | 353.68º | 0.1% | 0.76% | - |
| XYZ | 45.51 | 45.3 | 47.94 | - |
| YUV | 180.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 177 | 0 | 0.10 | 0.09 | 0.24 | 353.68 | 0.13 | 0.72 |
| Hex | C2 | AF | B1 | 0 | A | 9 | 18 | 162 | D | 48 |
| Octal | 302 | 257 | 261 | 0 | 12 | 11 | 30 | 542 | 15 | 110 |
| Binary | 11000010 | 10101111 | 10110001 | 0 | 1010 | 1001 | 11000 | 101100010 | 1101 | 1001000 |
Color Harmonies of #C2AFB1
Complementary color
Monochromatic Colors of #C2AFB1
Black with #C2AFB1
Text Example
Text Example
White with #C2AFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFB1; }
p { color: rgb(194,175,177); }
H1.HeaderClassName
{
color: #C2AFB1;
}
.AnyTagClassName
{
color: #C2AFB1;
}
</style>
background-color css
<style>
a { background-color: #C2AFB1; }
a { background-color: rgb(194,175,177); }
div.DivClassName
{
background-color: #C2AFB1;
}
.BgClassName
{
background-color: #C2AFB1;
}
</style>
border-color css
<style>
span { border-color: #C2AFB1; }
span { border-color: rgb(194,175,177); }
td.TdClassName
{
border-color: #C2AFB1;
}
.TagClassName
{
border-color: #C2AFB1;
}
</style>