Shades of Perfume #C4A9E3
Tints of Perfume #C4A9E3
RGB
CMYK
RGB Variations
Color information
#C4A9E3 (or 0xC4A9E3) is known color: Perfume. HEX triplet: C4, A9 and E3. RGB value is (196,169,227). Sum of RGB (Red+Green+Blue) = 196+169+227=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #C4A9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A9E3 is #3B561C. Grayscale: #B7B7B7. Windows color (decimal): -3888669 or 14920132. OLE color: 14920132.
HSL color Cylindrical-coordinate representation of color #C4A9E3: hue angle of 267.93º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A9E3 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 169 | 227 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.11 |
| HSL | 267.93º | 0.51% | 0.78% | - |
| HSV(B) | 267.93º | 0.26% | 0.89% | - |
| XYZ | 50.82 | 45.66 | 78.81 | - |
| YUV | 183.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 227 | 0.14 | 0.26 | 0 | 0.11 | 267.93 | 0.51 | 0.78 |
| Hex | C4 | A9 | E3 | E | 1A | 0 | B | 10C | 33 | 4E |
| Octal | 304 | 251 | 343 | 16 | 32 | 0 | 13 | 414 | 63 | 116 |
| Binary | 11000100 | 10101001 | 11100011 | 1110 | 11010 | 0 | 1011 | 100001100 | 110011 | 1001110 |
Color Harmonies of #C4A9E3
Complementary color
Monochromatic Colors of #C4A9E3
Black with #C4A9E3
Text Example
Text Example
White with #C4A9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A9E3; }
p { color: rgb(196,169,227); }
H1.HeaderClassName
{
color: #C4A9E3;
}
.AnyTagClassName
{
color: #C4A9E3;
}
</style>
background-color css
<style>
a { background-color: #C4A9E3; }
a { background-color: rgb(196,169,227); }
div.DivClassName
{
background-color: #C4A9E3;
}
.BgClassName
{
background-color: #C4A9E3;
}
</style>
border-color css
<style>
span { border-color: #C4A9E3; }
span { border-color: rgb(196,169,227); }
td.TdClassName
{
border-color: #C4A9E3;
}
.TagClassName
{
border-color: #C4A9E3;
}
</style>