Shades of Perfume #C8ACE0
Tints of Perfume #C8ACE0
RGB
CMYK
RGB Variations
Color information
#C8ACE0 (or 0xC8ACE0) is known color: Perfume. HEX triplet: C8, AC and E0. RGB value is (200,172,224). Sum of RGB (Red+Green+Blue) = 200+172+224=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACE0 is #37531F. Grayscale: #BABABA. Windows color (decimal): -3625760 or 14724296. OLE color: 14724296.
HSL color Cylindrical-coordinate representation of color #C8ACE0: hue angle of 272.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8ACE0 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 172 | 224 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.12 |
| HSL | 272.31º | 0.46% | 0.78% | - |
| HSV(B) | 272.31º | 0.23% | 0.88% | - |
| XYZ | 52.03 | 47.17 | 76.88 | - |
| YUV | 186.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 224 | 0.11 | 0.23 | 0 | 0.12 | 272.31 | 0.46 | 0.78 |
| Hex | C8 | AC | E0 | B | 17 | 0 | C | 110 | 2E | 4E |
| Octal | 310 | 254 | 340 | 13 | 27 | 0 | 14 | 420 | 56 | 116 |
| Binary | 11001000 | 10101100 | 11100000 | 1011 | 10111 | 0 | 1100 | 100010000 | 101110 | 1001110 |
Color Harmonies of #C8ACE0
Complementary color
Monochromatic Colors of #C8ACE0
Black with #C8ACE0
Text Example
Text Example
White with #C8ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACE0; }
p { color: rgb(200,172,224); }
H1.HeaderClassName
{
color: #C8ACE0;
}
.AnyTagClassName
{
color: #C8ACE0;
}
</style>
background-color css
<style>
a { background-color: #C8ACE0; }
a { background-color: rgb(200,172,224); }
div.DivClassName
{
background-color: #C8ACE0;
}
.BgClassName
{
background-color: #C8ACE0;
}
</style>
border-color css
<style>
span { border-color: #C8ACE0; }
span { border-color: rgb(200,172,224); }
td.TdClassName
{
border-color: #C8ACE0;
}
.TagClassName
{
border-color: #C8ACE0;
}
</style>