Shades of Pink Flare #C0AEB1
Tints of Pink Flare #C0AEB1
RGB
CMYK
RGB Variations
Color information
#C0AEB1 (or 0xC0AEB1) is known color: Pink Flare. HEX triplet: C0, AE and B1. RGB value is (192,174,177). Sum of RGB (Red+Green+Blue) = 192+174+177=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEB1 is #3F514E. Grayscale: #B3B3B3. Windows color (decimal): -4149583 or 11644608. OLE color: 11644608.
HSL color Cylindrical-coordinate representation of color #C0AEB1: hue angle of 350º 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 #C0AEB1 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 177 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.25 |
| HSL | 350º | 0.13% | 0.72% | - |
| HSV(B) | 350º | 0.09% | 0.75% | - |
| XYZ | 44.81 | 44.65 | 47.85 | - |
| YUV | 179.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 177 | 0 | 0.09 | 0.08 | 0.25 | 350 | 0.13 | 0.72 |
| Hex | C0 | AE | B1 | 0 | 9 | 8 | 19 | 15E | C | 48 |
| Octal | 300 | 256 | 261 | 0 | 11 | 10 | 31 | 536 | 14 | 110 |
| Binary | 11000000 | 10101110 | 10110001 | 0 | 1001 | 1000 | 11001 | 101011110 | 1100 | 1001000 |
Color Harmonies of #C0AEB1
Complementary color
Monochromatic Colors of #C0AEB1
Black with #C0AEB1
Text Example
Text Example
White with #C0AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEB1; }
p { color: rgb(192,174,177); }
H1.HeaderClassName
{
color: #C0AEB1;
}
.AnyTagClassName
{
color: #C0AEB1;
}
</style>
background-color css
<style>
a { background-color: #C0AEB1; }
a { background-color: rgb(192,174,177); }
div.DivClassName
{
background-color: #C0AEB1;
}
.BgClassName
{
background-color: #C0AEB1;
}
</style>
border-color css
<style>
span { border-color: #C0AEB1; }
span { border-color: rgb(192,174,177); }
td.TdClassName
{
border-color: #C0AEB1;
}
.TagClassName
{
border-color: #C0AEB1;
}
</style>