Shades of Perfume #C09BEA
Tints of Perfume #C09BEA
RGB
CMYK
RGB Variations
Color information
#C09BEA (or 0xC09BEA) is known color: Perfume. HEX triplet: C0, 9B and EA. RGB value is (192,155,234). Sum of RGB (Red+Green+Blue) = 192+155+234=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C09BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BEA is #3F6415. Grayscale: #AEAEAE. Windows color (decimal): -4154390 or 15375296. OLE color: 15375296.
HSL color Cylindrical-coordinate representation of color #C09BEA: hue angle of 268.1º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09BEA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 155 | 234 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.08 |
| HSL | 268.1º | 0.65% | 0.76% | - |
| HSV(B) | 268.1º | 0.34% | 0.92% | - |
| XYZ | 48.31 | 40.59 | 83.13 | - |
| YUV | 175.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 234 | 0.18 | 0.34 | 0 | 0.08 | 268.1 | 0.65 | 0.76 |
| Hex | C0 | 9B | EA | 12 | 22 | 0 | 8 | 10C | 41 | 4C |
| Octal | 300 | 233 | 352 | 22 | 42 | 0 | 10 | 414 | 101 | 114 |
| Binary | 11000000 | 10011011 | 11101010 | 10010 | 100010 | 0 | 1000 | 100001100 | 1000001 | 1001100 |
Color Harmonies of #C09BEA
Complementary color
Monochromatic Colors of #C09BEA
Black with #C09BEA
Text Example
Text Example
White with #C09BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BEA; }
p { color: rgb(192,155,234); }
H1.HeaderClassName
{
color: #C09BEA;
}
.AnyTagClassName
{
color: #C09BEA;
}
</style>
background-color css
<style>
a { background-color: #C09BEA; }
a { background-color: rgb(192,155,234); }
div.DivClassName
{
background-color: #C09BEA;
}
.BgClassName
{
background-color: #C09BEA;
}
</style>
border-color css
<style>
span { border-color: #C09BEA; }
span { border-color: rgb(192,155,234); }
td.TdClassName
{
border-color: #C09BEA;
}
.TagClassName
{
border-color: #C09BEA;
}
</style>