Shades of Perfume #C8ABE1
Tints of Perfume #C8ABE1
RGB
CMYK
RGB Variations
Color information
#C8ABE1 (or 0xC8ABE1) is known color: Perfume. HEX triplet: C8, AB and E1. RGB value is (200,171,225). Sum of RGB (Red+Green+Blue) = 200+171+225=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABE1 is #37541E. Grayscale: #B9B9B9. Windows color (decimal): -3626015 or 14789576. OLE color: 14789576.
HSL color Cylindrical-coordinate representation of color #C8ABE1: hue angle of 272.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8ABE1 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 171 | 225 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.12 |
| HSL | 272.22º | 0.47% | 0.78% | - |
| HSV(B) | 272.22º | 0.24% | 0.88% | - |
| XYZ | 51.97 | 46.84 | 77.54 | - |
| YUV | 185.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 225 | 0.11 | 0.24 | 0 | 0.12 | 272.22 | 0.47 | 0.78 |
| Hex | C8 | AB | E1 | B | 18 | 0 | C | 110 | 2F | 4E |
| Octal | 310 | 253 | 341 | 13 | 30 | 0 | 14 | 420 | 57 | 116 |
| Binary | 11001000 | 10101011 | 11100001 | 1011 | 11000 | 0 | 1100 | 100010000 | 101111 | 1001110 |
Color Harmonies of #C8ABE1
Complementary color
Monochromatic Colors of #C8ABE1
Black with #C8ABE1
Text Example
Text Example
White with #C8ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABE1; }
p { color: rgb(200,171,225); }
H1.HeaderClassName
{
color: #C8ABE1;
}
.AnyTagClassName
{
color: #C8ABE1;
}
</style>
background-color css
<style>
a { background-color: #C8ABE1; }
a { background-color: rgb(200,171,225); }
div.DivClassName
{
background-color: #C8ABE1;
}
.BgClassName
{
background-color: #C8ABE1;
}
</style>
border-color css
<style>
span { border-color: #C8ABE1; }
span { border-color: rgb(200,171,225); }
td.TdClassName
{
border-color: #C8ABE1;
}
.TagClassName
{
border-color: #C8ABE1;
}
</style>