Shades of Pink Flare #C0AFB2
Tints of Pink Flare #C0AFB2
RGB
CMYK
RGB Variations
Color information
#C0AFB2 (or 0xC0AFB2) is known color: Pink Flare. HEX triplet: C0, AF and B2. RGB value is (192,175,178). Sum of RGB (Red+Green+Blue) = 192+175+178=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFB2 is #3F504D. Grayscale: #B4B4B4. Windows color (decimal): -4149326 or 11710400. OLE color: 11710400.
HSL color Cylindrical-coordinate representation of color #C0AFB2: hue angle of 349.41º 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 #C0AFB2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 178 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.25 |
| HSL | 349.41º | 0.12% | 0.72% | - |
| HSV(B) | 349.41º | 0.09% | 0.75% | - |
| XYZ | 45.1 | 45.08 | 48.44 | - |
| YUV | 180.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 178 | 0 | 0.09 | 0.07 | 0.25 | 349.41 | 0.12 | 0.72 |
| Hex | C0 | AF | B2 | 0 | 9 | 7 | 19 | 15D | C | 48 |
| Octal | 300 | 257 | 262 | 0 | 11 | 7 | 31 | 535 | 14 | 110 |
| Binary | 11000000 | 10101111 | 10110010 | 0 | 1001 | 111 | 11001 | 101011101 | 1100 | 1001000 |
Color Harmonies of #C0AFB2
Complementary color
Monochromatic Colors of #C0AFB2
Black with #C0AFB2
Text Example
Text Example
White with #C0AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFB2; }
p { color: rgb(192,175,178); }
H1.HeaderClassName
{
color: #C0AFB2;
}
.AnyTagClassName
{
color: #C0AFB2;
}
</style>
background-color css
<style>
a { background-color: #C0AFB2; }
a { background-color: rgb(192,175,178); }
div.DivClassName
{
background-color: #C0AFB2;
}
.BgClassName
{
background-color: #C0AFB2;
}
</style>
border-color css
<style>
span { border-color: #C0AFB2; }
span { border-color: rgb(192,175,178); }
td.TdClassName
{
border-color: #C0AFB2;
}
.TagClassName
{
border-color: #C0AFB2;
}
</style>