Shades of Perfume #C09CEB
Tints of Perfume #C09CEB
RGB
CMYK
RGB Variations
Color information
#C09CEB (or 0xC09CEB) is known color: Perfume. HEX triplet: C0, 9C and EB. RGB value is (192,156,235). Sum of RGB (Red+Green+Blue) = 192+156+235=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #C09CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CEB is #3F6314. Grayscale: #AFAFAF. Windows color (decimal): -4154133 or 15441088. OLE color: 15441088.
HSL color Cylindrical-coordinate representation of color #C09CEB: hue angle of 267.34º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09CEB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 156 | 235 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.08 |
| HSL | 267.34º | 0.66% | 0.77% | - |
| HSV(B) | 267.34º | 0.34% | 0.92% | - |
| XYZ | 48.62 | 40.98 | 83.94 | - |
| YUV | 175.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 235 | 0.18 | 0.34 | 0 | 0.08 | 267.34 | 0.66 | 0.77 |
| Hex | C0 | 9C | EB | 12 | 22 | 0 | 8 | 10B | 42 | 4D |
| Octal | 300 | 234 | 353 | 22 | 42 | 0 | 10 | 413 | 102 | 115 |
| Binary | 11000000 | 10011100 | 11101011 | 10010 | 100010 | 0 | 1000 | 100001011 | 1000010 | 1001101 |
Color Harmonies of #C09CEB
Complementary color
Monochromatic Colors of #C09CEB
Black with #C09CEB
Text Example
Text Example
White with #C09CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CEB; }
p { color: rgb(192,156,235); }
H1.HeaderClassName
{
color: #C09CEB;
}
.AnyTagClassName
{
color: #C09CEB;
}
</style>
background-color css
<style>
a { background-color: #C09CEB; }
a { background-color: rgb(192,156,235); }
div.DivClassName
{
background-color: #C09CEB;
}
.BgClassName
{
background-color: #C09CEB;
}
</style>
border-color css
<style>
span { border-color: #C09CEB; }
span { border-color: rgb(192,156,235); }
td.TdClassName
{
border-color: #C09CEB;
}
.TagClassName
{
border-color: #C09CEB;
}
</style>