Shades of Perfume #C4A4E5
Tints of Perfume #C4A4E5
RGB
CMYK
RGB Variations
Color information
#C4A4E5 (or 0xC4A4E5) is known color: Perfume. HEX triplet: C4, A4 and E5. RGB value is (196,164,229). Sum of RGB (Red+Green+Blue) = 196+164+229=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4A4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4E5 is #3B5B1A. Grayscale: #B4B4B4. Windows color (decimal): -3889947 or 15049924. OLE color: 15049924.
HSL color Cylindrical-coordinate representation of color #C4A4E5: hue angle of 269.54º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4A4E5 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 164 | 229 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.10 |
| HSL | 269.54º | 0.56% | 0.77% | - |
| HSV(B) | 269.54º | 0.28% | 0.9% | - |
| XYZ | 50.18 | 43.94 | 79.97 | - |
| YUV | 180.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 229 | 0.14 | 0.28 | 0 | 0.10 | 269.54 | 0.56 | 0.77 |
| Hex | C4 | A4 | E5 | E | 1C | 0 | A | 10E | 38 | 4D |
| Octal | 304 | 244 | 345 | 16 | 34 | 0 | 12 | 416 | 70 | 115 |
| Binary | 11000100 | 10100100 | 11100101 | 1110 | 11100 | 0 | 1010 | 100001110 | 111000 | 1001101 |
Color Harmonies of #C4A4E5
Complementary color
Monochromatic Colors of #C4A4E5
Black with #C4A4E5
Text Example
Text Example
White with #C4A4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4E5; }
p { color: rgb(196,164,229); }
H1.HeaderClassName
{
color: #C4A4E5;
}
.AnyTagClassName
{
color: #C4A4E5;
}
</style>
background-color css
<style>
a { background-color: #C4A4E5; }
a { background-color: rgb(196,164,229); }
div.DivClassName
{
background-color: #C4A4E5;
}
.BgClassName
{
background-color: #C4A4E5;
}
</style>
border-color css
<style>
span { border-color: #C4A4E5; }
span { border-color: rgb(196,164,229); }
td.TdClassName
{
border-color: #C4A4E5;
}
.TagClassName
{
border-color: #C4A4E5;
}
</style>