Shades of Pink Flare #C0AFB3
Tints of Pink Flare #C0AFB3
RGB
CMYK
RGB Variations
Color information
#C0AFB3 (or 0xC0AFB3) is known color: Pink Flare. HEX triplet: C0, AF and B3. RGB value is (192,175,179). Sum of RGB (Red+Green+Blue) = 192+175+179=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB3 is #3F504C. Grayscale: #B4B4B4. Windows color (decimal): -4149325 or 11775936. OLE color: 11775936.
HSL color Cylindrical-coordinate representation of color #C0AFB3: hue angle of 345.88º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFB3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 179 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.25 |
| HSL | 345.88º | 0.12% | 0.72% | - |
| HSV(B) | 345.88º | 0.09% | 0.75% | - |
| XYZ | 45.2 | 45.12 | 48.97 | - |
| YUV | 180.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 179 | 0 | 0.09 | 0.07 | 0.25 | 345.88 | 0.12 | 0.72 |
| Hex | C0 | AF | B3 | 0 | 9 | 7 | 19 | 15A | C | 48 |
| Octal | 300 | 257 | 263 | 0 | 11 | 7 | 31 | 532 | 14 | 110 |
| Binary | 11000000 | 10101111 | 10110011 | 0 | 1001 | 111 | 11001 | 101011010 | 1100 | 1001000 |
Color Harmonies of #C0AFB3
Complementary color
Monochromatic Colors of #C0AFB3
Black with #C0AFB3
Text Example
Text Example
White with #C0AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFB3; }
p { color: rgb(192,175,179); }
H1.HeaderClassName
{
color: #C0AFB3;
}
.AnyTagClassName
{
color: #C0AFB3;
}
</style>
background-color css
<style>
a { background-color: #C0AFB3; }
a { background-color: rgb(192,175,179); }
div.DivClassName
{
background-color: #C0AFB3;
}
.BgClassName
{
background-color: #C0AFB3;
}
</style>
border-color css
<style>
span { border-color: #C0AFB3; }
span { border-color: rgb(192,175,179); }
td.TdClassName
{
border-color: #C0AFB3;
}
.TagClassName
{
border-color: #C0AFB3;
}
</style>