Shades of Perfume #C1A0FF
Tints of Perfume #C1A0FF
RGB
CMYK
RGB Variations
Color information
#C1A0FF (or 0xC1A0FF) is known color: Perfume. HEX triplet: C1, A0 and FF. RGB value is (193,160,255). Sum of RGB (Red+Green+Blue) = 193+160+255=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A0FF is #3E5F00. Grayscale: #B4B4B4. Windows color (decimal): -4087553 or 16752833. OLE color: 16752833.
HSL color Cylindrical-coordinate representation of color #C1A0FF: hue angle of 260.84º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1A0FF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 160 | 255 | - |
| CMYK | 0.24 | 0.37 | 0 | 0 |
| HSL | 260.84º | 1% | 0.81% | - |
| HSV(B) | 260.84º | 0.37% | 1% | - |
| XYZ | 52.61 | 43.7 | 100.27 | - |
| YUV | 180.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 255 | 0.24 | 0.37 | 0 | 0 | 260.84 | 1 | 0.81 |
| Hex | C1 | A0 | FF | 18 | 25 | 0 | 0 | 105 | 64 | 51 |
| Octal | 301 | 240 | 377 | 30 | 45 | 0 | 0 | 405 | 144 | 121 |
| Binary | 11000001 | 10100000 | 11111111 | 11000 | 100101 | 0 | 0 | 100000101 | 1100100 | 1010001 |
Color Harmonies of #C1A0FF
Complementary color
Monochromatic Colors of #C1A0FF
Black with #C1A0FF
Text Example
Text Example
White with #C1A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A0FF; }
p { color: rgb(193,160,255); }
H1.HeaderClassName
{
color: #C1A0FF;
}
.AnyTagClassName
{
color: #C1A0FF;
}
</style>
background-color css
<style>
a { background-color: #C1A0FF; }
a { background-color: rgb(193,160,255); }
div.DivClassName
{
background-color: #C1A0FF;
}
.BgClassName
{
background-color: #C1A0FF;
}
</style>
border-color css
<style>
span { border-color: #C1A0FF; }
span { border-color: rgb(193,160,255); }
td.TdClassName
{
border-color: #C1A0FF;
}
.TagClassName
{
border-color: #C1A0FF;
}
</style>