Shades of Perfume #C4ACE3
Tints of Perfume #C4ACE3
RGB
CMYK
RGB Variations
Color information
#C4ACE3 (or 0xC4ACE3) is known color: Perfume. HEX triplet: C4, AC and E3. RGB value is (196,172,227). Sum of RGB (Red+Green+Blue) = 196+172+227=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 227 - color contains mainly: blue. Hex color #C4ACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACE3 is #3B531C. Grayscale: #B9B9B9. Windows color (decimal): -3887901 or 14920900. OLE color: 14920900.
HSL color Cylindrical-coordinate representation of color #C4ACE3: hue angle of 266.18º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4ACE3 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 172 | 227 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.11 |
| HSL | 266.18º | 0.5% | 0.78% | - |
| HSV(B) | 266.18º | 0.24% | 0.89% | - |
| XYZ | 51.38 | 46.79 | 79 | - |
| YUV | 185.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 227 | 0.14 | 0.24 | 0 | 0.11 | 266.18 | 0.5 | 0.78 |
| Hex | C4 | AC | E3 | E | 18 | 0 | B | 10A | 32 | 4E |
| Octal | 304 | 254 | 343 | 16 | 30 | 0 | 13 | 412 | 62 | 116 |
| Binary | 11000100 | 10101100 | 11100011 | 1110 | 11000 | 0 | 1011 | 100001010 | 110010 | 1001110 |
Color Harmonies of #C4ACE3
Complementary color
Monochromatic Colors of #C4ACE3
Black with #C4ACE3
Text Example
Text Example
White with #C4ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACE3; }
p { color: rgb(196,172,227); }
H1.HeaderClassName
{
color: #C4ACE3;
}
.AnyTagClassName
{
color: #C4ACE3;
}
</style>
background-color css
<style>
a { background-color: #C4ACE3; }
a { background-color: rgb(196,172,227); }
div.DivClassName
{
background-color: #C4ACE3;
}
.BgClassName
{
background-color: #C4ACE3;
}
</style>
border-color css
<style>
span { border-color: #C4ACE3; }
span { border-color: rgb(196,172,227); }
td.TdClassName
{
border-color: #C4ACE3;
}
.TagClassName
{
border-color: #C4ACE3;
}
</style>