Shades of Perfume #C3A9E0
Tints of Perfume #C3A9E0
RGB
CMYK
RGB Variations
Color information
#C3A9E0 (or 0xC3A9E0) is known color: Perfume. HEX triplet: C3, A9 and E0. RGB value is (195,169,224). Sum of RGB (Red+Green+Blue) = 195+169+224=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3A9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9E0 is #3C561F. Grayscale: #B6B6B6. Windows color (decimal): -3954208 or 14723523. OLE color: 14723523.
HSL color Cylindrical-coordinate representation of color #C3A9E0: hue angle of 268.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3A9E0 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 169 | 224 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.12 |
| HSL | 268.36º | 0.47% | 0.77% | - |
| HSV(B) | 268.36º | 0.25% | 0.88% | - |
| XYZ | 50.15 | 45.36 | 76.63 | - |
| YUV | 183.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 224 | 0.13 | 0.25 | 0 | 0.12 | 268.36 | 0.47 | 0.77 |
| Hex | C3 | A9 | E0 | D | 19 | 0 | C | 10C | 2F | 4D |
| Octal | 303 | 251 | 340 | 15 | 31 | 0 | 14 | 414 | 57 | 115 |
| Binary | 11000011 | 10101001 | 11100000 | 1101 | 11001 | 0 | 1100 | 100001100 | 101111 | 1001101 |
Color Harmonies of #C3A9E0
Complementary color
Monochromatic Colors of #C3A9E0
Black with #C3A9E0
Text Example
Text Example
White with #C3A9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9E0; }
p { color: rgb(195,169,224); }
H1.HeaderClassName
{
color: #C3A9E0;
}
.AnyTagClassName
{
color: #C3A9E0;
}
</style>
background-color css
<style>
a { background-color: #C3A9E0; }
a { background-color: rgb(195,169,224); }
div.DivClassName
{
background-color: #C3A9E0;
}
.BgClassName
{
background-color: #C3A9E0;
}
</style>
border-color css
<style>
span { border-color: #C3A9E0; }
span { border-color: rgb(195,169,224); }
td.TdClassName
{
border-color: #C3A9E0;
}
.TagClassName
{
border-color: #C3A9E0;
}
</style>