Shades of Pink Flare #C8AAB2
Tints of Pink Flare #C8AAB2
RGB
CMYK
RGB Variations
Color information
#C8AAB2 (or 0xC8AAB2) is known color: Pink Flare. HEX triplet: C8, AA and B2. RGB value is (200,170,178). Sum of RGB (Red+Green+Blue) = 200+170+178=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAB2 is #37554D. Grayscale: #B3B3B3. Windows color (decimal): -3626318 or 11709128. OLE color: 11709128.
HSL color Cylindrical-coordinate representation of color #C8AAB2: hue angle of 344º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAB2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 178 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.22 |
| HSL | 344º | 0.21% | 0.73% | - |
| HSV(B) | 344º | 0.15% | 0.78% | - |
| XYZ | 46.23 | 44.24 | 48.22 | - |
| YUV | 179.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 178 | 0 | 0.15 | 0.11 | 0.22 | 344 | 0.21 | 0.73 |
| Hex | C8 | AA | B2 | 0 | F | B | 16 | 158 | 15 | 49 |
| Octal | 310 | 252 | 262 | 0 | 17 | 13 | 26 | 530 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10110010 | 0 | 1111 | 1011 | 10110 | 101011000 | 10101 | 1001001 |
Color Harmonies of #C8AAB2
Complementary color
Monochromatic Colors of #C8AAB2
Black with #C8AAB2
Text Example
Text Example
White with #C8AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAB2; }
p { color: rgb(200,170,178); }
H1.HeaderClassName
{
color: #C8AAB2;
}
.AnyTagClassName
{
color: #C8AAB2;
}
</style>
background-color css
<style>
a { background-color: #C8AAB2; }
a { background-color: rgb(200,170,178); }
div.DivClassName
{
background-color: #C8AAB2;
}
.BgClassName
{
background-color: #C8AAB2;
}
</style>
border-color css
<style>
span { border-color: #C8AAB2; }
span { border-color: rgb(200,170,178); }
td.TdClassName
{
border-color: #C8AAB2;
}
.TagClassName
{
border-color: #C8AAB2;
}
</style>