Shades of Perfume #C09BEC
Tints of Perfume #C09BEC
RGB
CMYK
RGB Variations
Color information
#C09BEC (or 0xC09BEC) is known color: Perfume. HEX triplet: C0, 9B and EC. RGB value is (192,155,236). Sum of RGB (Red+Green+Blue) = 192+155+236=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #C09BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BEC is #3F6413. Grayscale: #AFAFAF. Windows color (decimal): -4154388 or 15506368. OLE color: 15506368.
HSL color Cylindrical-coordinate representation of color #C09BEC: hue angle of 267.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09BEC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 155 | 236 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.07 |
| HSL | 267.41º | 0.68% | 0.77% | - |
| HSV(B) | 267.41º | 0.34% | 0.93% | - |
| XYZ | 48.6 | 40.71 | 84.65 | - |
| YUV | 175.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 236 | 0.19 | 0.34 | 0 | 0.07 | 267.41 | 0.68 | 0.77 |
| Hex | C0 | 9B | EC | 13 | 22 | 0 | 7 | 10B | 44 | 4D |
| Octal | 300 | 233 | 354 | 23 | 42 | 0 | 7 | 413 | 104 | 115 |
| Binary | 11000000 | 10011011 | 11101100 | 10011 | 100010 | 0 | 111 | 100001011 | 1000100 | 1001101 |
Color Harmonies of #C09BEC
Complementary color
Monochromatic Colors of #C09BEC
Black with #C09BEC
Text Example
Text Example
White with #C09BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BEC; }
p { color: rgb(192,155,236); }
H1.HeaderClassName
{
color: #C09BEC;
}
.AnyTagClassName
{
color: #C09BEC;
}
</style>
background-color css
<style>
a { background-color: #C09BEC; }
a { background-color: rgb(192,155,236); }
div.DivClassName
{
background-color: #C09BEC;
}
.BgClassName
{
background-color: #C09BEC;
}
</style>
border-color css
<style>
span { border-color: #C09BEC; }
span { border-color: rgb(192,155,236); }
td.TdClassName
{
border-color: #C09BEC;
}
.TagClassName
{
border-color: #C09BEC;
}
</style>