Shades of Perfume #C1ABE5
Tints of Perfume #C1ABE5
RGB
CMYK
RGB Variations
Color information
#C1ABE5 (or 0xC1ABE5) is known color: Perfume. HEX triplet: C1, AB and E5. RGB value is (193,171,229). Sum of RGB (Red+Green+Blue) = 193+171+229=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #C1ABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABE5 is #3E541A. Grayscale: #B7B7B7. Windows color (decimal): -4084763 or 15051713. OLE color: 15051713.
HSL color Cylindrical-coordinate representation of color #C1ABE5: hue angle of 262.76º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1ABE5 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 171 | 229 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.10 |
| HSL | 262.76º | 0.53% | 0.78% | - |
| HSV(B) | 262.76º | 0.25% | 0.9% | - |
| XYZ | 50.7 | 46.12 | 80.36 | - |
| YUV | 184.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 229 | 0.16 | 0.25 | 0 | 0.10 | 262.76 | 0.53 | 0.78 |
| Hex | C1 | AB | E5 | 10 | 19 | 0 | A | 107 | 35 | 4E |
| Octal | 301 | 253 | 345 | 20 | 31 | 0 | 12 | 407 | 65 | 116 |
| Binary | 11000001 | 10101011 | 11100101 | 10000 | 11001 | 0 | 1010 | 100000111 | 110101 | 1001110 |
Color Harmonies of #C1ABE5
Complementary color
Monochromatic Colors of #C1ABE5
Black with #C1ABE5
Text Example
Text Example
White with #C1ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABE5; }
p { color: rgb(193,171,229); }
H1.HeaderClassName
{
color: #C1ABE5;
}
.AnyTagClassName
{
color: #C1ABE5;
}
</style>
background-color css
<style>
a { background-color: #C1ABE5; }
a { background-color: rgb(193,171,229); }
div.DivClassName
{
background-color: #C1ABE5;
}
.BgClassName
{
background-color: #C1ABE5;
}
</style>
border-color css
<style>
span { border-color: #C1ABE5; }
span { border-color: rgb(193,171,229); }
td.TdClassName
{
border-color: #C1ABE5;
}
.TagClassName
{
border-color: #C1ABE5;
}
</style>