Shades of Perfume #C09AE6
Tints of Perfume #C09AE6
RGB
CMYK
RGB Variations
Color information
#C09AE6 (or 0xC09AE6) is known color: Perfume. HEX triplet: C0, 9A and E6. RGB value is (192,154,230). Sum of RGB (Red+Green+Blue) = 192+154+230=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #C09AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AE6 is #3F6519. Grayscale: #ADADAD. Windows color (decimal): -4154650 or 15112896. OLE color: 15112896.
HSL color Cylindrical-coordinate representation of color #C09AE6: hue angle of 270º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09AE6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 154 | 230 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.10 |
| HSL | 270º | 0.6% | 0.75% | - |
| HSV(B) | 270º | 0.33% | 0.9% | - |
| XYZ | 47.58 | 40.03 | 80.08 | - |
| YUV | 174.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 230 | 0.17 | 0.33 | 0 | 0.10 | 270 | 0.6 | 0.75 |
| Hex | C0 | 9A | E6 | 11 | 21 | 0 | A | 10E | 3C | 4B |
| Octal | 300 | 232 | 346 | 21 | 41 | 0 | 12 | 416 | 74 | 113 |
| Binary | 11000000 | 10011010 | 11100110 | 10001 | 100001 | 0 | 1010 | 100001110 | 111100 | 1001011 |
Color Harmonies of #C09AE6
Complementary color
Monochromatic Colors of #C09AE6
Black with #C09AE6
Text Example
Text Example
White with #C09AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AE6; }
p { color: rgb(192,154,230); }
H1.HeaderClassName
{
color: #C09AE6;
}
.AnyTagClassName
{
color: #C09AE6;
}
</style>
background-color css
<style>
a { background-color: #C09AE6; }
a { background-color: rgb(192,154,230); }
div.DivClassName
{
background-color: #C09AE6;
}
.BgClassName
{
background-color: #C09AE6;
}
</style>
border-color css
<style>
span { border-color: #C09AE6; }
span { border-color: rgb(192,154,230); }
td.TdClassName
{
border-color: #C09AE6;
}
.TagClassName
{
border-color: #C09AE6;
}
</style>