Shades of Pink Flare #C8AEB0
Tints of Pink Flare #C8AEB0
RGB
CMYK
RGB Variations
Color information
#C8AEB0 (or 0xC8AEB0) is known color: Pink Flare. HEX triplet: C8, AE and B0. RGB value is (200,174,176). Sum of RGB (Red+Green+Blue) = 200+174+176=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEB0 is #37514F. Grayscale: #B6B6B6. Windows color (decimal): -3625296 or 11579080. OLE color: 11579080.
HSL color Cylindrical-coordinate representation of color #C8AEB0: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AEB0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 176 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.22 |
| HSL | 355.38º | 0.19% | 0.73% | - |
| HSV(B) | 355.38º | 0.13% | 0.78% | - |
| XYZ | 46.79 | 45.69 | 47.43 | - |
| YUV | 182 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 176 | 0 | 0.13 | 0.12 | 0.22 | 355.38 | 0.19 | 0.73 |
| Hex | C8 | AE | B0 | 0 | D | C | 16 | 163 | 13 | 49 |
| Octal | 310 | 256 | 260 | 0 | 15 | 14 | 26 | 543 | 23 | 111 |
| Binary | 11001000 | 10101110 | 10110000 | 0 | 1101 | 1100 | 10110 | 101100011 | 10011 | 1001001 |
Color Harmonies of #C8AEB0
Complementary color
Monochromatic Colors of #C8AEB0
Black with #C8AEB0
Text Example
Text Example
White with #C8AEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEB0; }
p { color: rgb(200,174,176); }
H1.HeaderClassName
{
color: #C8AEB0;
}
.AnyTagClassName
{
color: #C8AEB0;
}
</style>
background-color css
<style>
a { background-color: #C8AEB0; }
a { background-color: rgb(200,174,176); }
div.DivClassName
{
background-color: #C8AEB0;
}
.BgClassName
{
background-color: #C8AEB0;
}
</style>
border-color css
<style>
span { border-color: #C8AEB0; }
span { border-color: rgb(200,174,176); }
td.TdClassName
{
border-color: #C8AEB0;
}
.TagClassName
{
border-color: #C8AEB0;
}
</style>