Shades of Perfume #C8A9E3
Tints of Perfume #C8A9E3
RGB
CMYK
RGB Variations
Color information
#C8A9E3 (or 0xC8A9E3) is known color: Perfume. HEX triplet: C8, A9 and E3. RGB value is (200,169,227). Sum of RGB (Red+Green+Blue) = 200+169+227=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8A9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9E3 is #37561C. Grayscale: #B8B8B8. Windows color (decimal): -3626525 or 14920136. OLE color: 14920136.
HSL color Cylindrical-coordinate representation of color #C8A9E3: hue angle of 272.07º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A9E3 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 169 | 227 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.11 |
| HSL | 272.07º | 0.51% | 0.78% | - |
| HSV(B) | 272.07º | 0.26% | 0.89% | - |
| XYZ | 51.87 | 46.2 | 78.86 | - |
| YUV | 184.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 227 | 0.12 | 0.26 | 0 | 0.11 | 272.07 | 0.51 | 0.78 |
| Hex | C8 | A9 | E3 | C | 1A | 0 | B | 110 | 33 | 4E |
| Octal | 310 | 251 | 343 | 14 | 32 | 0 | 13 | 420 | 63 | 116 |
| Binary | 11001000 | 10101001 | 11100011 | 1100 | 11010 | 0 | 1011 | 100010000 | 110011 | 1001110 |
Color Harmonies of #C8A9E3
Complementary color
Monochromatic Colors of #C8A9E3
Black with #C8A9E3
Text Example
Text Example
White with #C8A9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9E3; }
p { color: rgb(200,169,227); }
H1.HeaderClassName
{
color: #C8A9E3;
}
.AnyTagClassName
{
color: #C8A9E3;
}
</style>
background-color css
<style>
a { background-color: #C8A9E3; }
a { background-color: rgb(200,169,227); }
div.DivClassName
{
background-color: #C8A9E3;
}
.BgClassName
{
background-color: #C8A9E3;
}
</style>
border-color css
<style>
span { border-color: #C8A9E3; }
span { border-color: rgb(200,169,227); }
td.TdClassName
{
border-color: #C8A9E3;
}
.TagClassName
{
border-color: #C8A9E3;
}
</style>