Shades of Perfume #C09BE5
Tints of Perfume #C09BE5
RGB
CMYK
RGB Variations
Color information
#C09BE5 (or 0xC09BE5) is known color: Perfume. HEX triplet: C0, 9B and E5. RGB value is (192,155,229). Sum of RGB (Red+Green+Blue) = 192+155+229=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #C09BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BE5 is #3F641A. Grayscale: #AEAEAE. Windows color (decimal): -4154395 or 15047616. OLE color: 15047616.
HSL color Cylindrical-coordinate representation of color #C09BE5: hue angle of 270º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09BE5 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 155 | 229 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.10 |
| HSL | 270º | 0.59% | 0.75% | - |
| HSV(B) | 270º | 0.32% | 0.9% | - |
| XYZ | 47.6 | 40.31 | 79.4 | - |
| YUV | 174.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 229 | 0.16 | 0.32 | 0 | 0.10 | 270 | 0.59 | 0.75 |
| Hex | C0 | 9B | E5 | 10 | 20 | 0 | A | 10E | 3B | 4B |
| Octal | 300 | 233 | 345 | 20 | 40 | 0 | 12 | 416 | 73 | 113 |
| Binary | 11000000 | 10011011 | 11100101 | 10000 | 100000 | 0 | 1010 | 100001110 | 111011 | 1001011 |
Color Harmonies of #C09BE5
Complementary color
Monochromatic Colors of #C09BE5
Black with #C09BE5
Text Example
Text Example
White with #C09BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BE5; }
p { color: rgb(192,155,229); }
H1.HeaderClassName
{
color: #C09BE5;
}
.AnyTagClassName
{
color: #C09BE5;
}
</style>
background-color css
<style>
a { background-color: #C09BE5; }
a { background-color: rgb(192,155,229); }
div.DivClassName
{
background-color: #C09BE5;
}
.BgClassName
{
background-color: #C09BE5;
}
</style>
border-color css
<style>
span { border-color: #C09BE5; }
span { border-color: rgb(192,155,229); }
td.TdClassName
{
border-color: #C09BE5;
}
.TagClassName
{
border-color: #C09BE5;
}
</style>