Shades of Perfume #C5ACEA
Tints of Perfume #C5ACEA
RGB
CMYK
RGB Variations
Color information
#C5ACEA (or 0xC5ACEA) is known color: Perfume. HEX triplet: C5, AC and EA. RGB value is (197,172,234). Sum of RGB (Red+Green+Blue) = 197+172+234=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACEA is #3A5315. Grayscale: #BABABA. Windows color (decimal): -3822358 or 15379653. OLE color: 15379653.
HSL color Cylindrical-coordinate representation of color #C5ACEA: hue angle of 264.19º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5ACEA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 172 | 234 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.08 |
| HSL | 264.19º | 0.6% | 0.8% | - |
| HSV(B) | 264.19º | 0.26% | 0.92% | - |
| XYZ | 52.63 | 47.32 | 84.2 | - |
| YUV | 186.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 234 | 0.16 | 0.26 | 0 | 0.08 | 264.19 | 0.6 | 0.8 |
| Hex | C5 | AC | EA | 10 | 1A | 0 | 8 | 108 | 3C | 50 |
| Octal | 305 | 254 | 352 | 20 | 32 | 0 | 10 | 410 | 74 | 120 |
| Binary | 11000101 | 10101100 | 11101010 | 10000 | 11010 | 0 | 1000 | 100001000 | 111100 | 1010000 |
Color Harmonies of #C5ACEA
Complementary color
Monochromatic Colors of #C5ACEA
Black with #C5ACEA
Text Example
Text Example
White with #C5ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACEA; }
p { color: rgb(197,172,234); }
H1.HeaderClassName
{
color: #C5ACEA;
}
.AnyTagClassName
{
color: #C5ACEA;
}
</style>
background-color css
<style>
a { background-color: #C5ACEA; }
a { background-color: rgb(197,172,234); }
div.DivClassName
{
background-color: #C5ACEA;
}
.BgClassName
{
background-color: #C5ACEA;
}
</style>
border-color css
<style>
span { border-color: #C5ACEA; }
span { border-color: rgb(197,172,234); }
td.TdClassName
{
border-color: #C5ACEA;
}
.TagClassName
{
border-color: #C5ACEA;
}
</style>