Shades of Perfume #C8ABEA
Tints of Perfume #C8ABEA
RGB
CMYK
RGB Variations
Color information
#C8ABEA (or 0xC8ABEA) is known color: Perfume. HEX triplet: C8, AB and EA. RGB value is (200,171,234). Sum of RGB (Red+Green+Blue) = 200+171+234=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABEA is #375415. Grayscale: #BABABA. Windows color (decimal): -3626006 or 15379400. OLE color: 15379400.
HSL color Cylindrical-coordinate representation of color #C8ABEA: hue angle of 267.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8ABEA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 171 | 234 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.08 |
| HSL | 267.62º | 0.6% | 0.79% | - |
| HSV(B) | 267.62º | 0.27% | 0.92% | - |
| XYZ | 53.23 | 47.35 | 84.17 | - |
| YUV | 186.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 234 | 0.15 | 0.27 | 0 | 0.08 | 267.62 | 0.6 | 0.79 |
| Hex | C8 | AB | EA | F | 1B | 0 | 8 | 10C | 3C | 4F |
| Octal | 310 | 253 | 352 | 17 | 33 | 0 | 10 | 414 | 74 | 117 |
| Binary | 11001000 | 10101011 | 11101010 | 1111 | 11011 | 0 | 1000 | 100001100 | 111100 | 1001111 |
Color Harmonies of #C8ABEA
Complementary color
Monochromatic Colors of #C8ABEA
Black with #C8ABEA
Text Example
Text Example
White with #C8ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABEA; }
p { color: rgb(200,171,234); }
H1.HeaderClassName
{
color: #C8ABEA;
}
.AnyTagClassName
{
color: #C8ABEA;
}
</style>
background-color css
<style>
a { background-color: #C8ABEA; }
a { background-color: rgb(200,171,234); }
div.DivClassName
{
background-color: #C8ABEA;
}
.BgClassName
{
background-color: #C8ABEA;
}
</style>
border-color css
<style>
span { border-color: #C8ABEA; }
span { border-color: rgb(200,171,234); }
td.TdClassName
{
border-color: #C8ABEA;
}
.TagClassName
{
border-color: #C8ABEA;
}
</style>