Shades of Perfume #C1A9E0
Tints of Perfume #C1A9E0
RGB
CMYK
RGB Variations
Color information
#C1A9E0 (or 0xC1A9E0) is known color: Perfume. HEX triplet: C1, A9 and E0. RGB value is (193,169,224). Sum of RGB (Red+Green+Blue) = 193+169+224=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1A9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9E0 is #3E561F. Grayscale: #B6B6B6. Windows color (decimal): -4085280 or 14723521. OLE color: 14723521.
HSL color Cylindrical-coordinate representation of color #C1A9E0: hue angle of 266.18º 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 #C1A9E0 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 169 | 224 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.12 |
| HSL | 266.18º | 0.47% | 0.77% | - |
| HSV(B) | 266.18º | 0.25% | 0.88% | - |
| XYZ | 49.63 | 45.1 | 76.61 | - |
| YUV | 182.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 224 | 0.14 | 0.25 | 0 | 0.12 | 266.18 | 0.47 | 0.77 |
| Hex | C1 | A9 | E0 | E | 19 | 0 | C | 10A | 2F | 4D |
| Octal | 301 | 251 | 340 | 16 | 31 | 0 | 14 | 412 | 57 | 115 |
| Binary | 11000001 | 10101001 | 11100000 | 1110 | 11001 | 0 | 1100 | 100001010 | 101111 | 1001101 |
Color Harmonies of #C1A9E0
Complementary color
Monochromatic Colors of #C1A9E0
Black with #C1A9E0
Text Example
Text Example
White with #C1A9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A9E0; }
p { color: rgb(193,169,224); }
H1.HeaderClassName
{
color: #C1A9E0;
}
.AnyTagClassName
{
color: #C1A9E0;
}
</style>
background-color css
<style>
a { background-color: #C1A9E0; }
a { background-color: rgb(193,169,224); }
div.DivClassName
{
background-color: #C1A9E0;
}
.BgClassName
{
background-color: #C1A9E0;
}
</style>
border-color css
<style>
span { border-color: #C1A9E0; }
span { border-color: rgb(193,169,224); }
td.TdClassName
{
border-color: #C1A9E0;
}
.TagClassName
{
border-color: #C1A9E0;
}
</style>