Shades of Perfume #C09CE0
Tints of Perfume #C09CE0
RGB
CMYK
RGB Variations
Color information
#C09CE0 (or 0xC09CE0) is known color: Perfume. HEX triplet: C0, 9C and E0. RGB value is (192,156,224). Sum of RGB (Red+Green+Blue) = 192+156+224=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #C09CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CE0 is #3F631F. Grayscale: #AEAEAE. Windows color (decimal): -4154144 or 14720192. OLE color: 14720192.
HSL color Cylindrical-coordinate representation of color #C09CE0: hue angle of 271.76º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09CE0 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 156 | 224 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.12 |
| HSL | 271.76º | 0.52% | 0.75% | - |
| HSV(B) | 271.76º | 0.3% | 0.88% | - |
| XYZ | 47.08 | 40.37 | 75.83 | - |
| YUV | 174.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 224 | 0.14 | 0.30 | 0 | 0.12 | 271.76 | 0.52 | 0.75 |
| Hex | C0 | 9C | E0 | E | 1E | 0 | C | 110 | 34 | 4B |
| Octal | 300 | 234 | 340 | 16 | 36 | 0 | 14 | 420 | 64 | 113 |
| Binary | 11000000 | 10011100 | 11100000 | 1110 | 11110 | 0 | 1100 | 100010000 | 110100 | 1001011 |
Color Harmonies of #C09CE0
Complementary color
Monochromatic Colors of #C09CE0
Black with #C09CE0
Text Example
Text Example
White with #C09CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CE0; }
p { color: rgb(192,156,224); }
H1.HeaderClassName
{
color: #C09CE0;
}
.AnyTagClassName
{
color: #C09CE0;
}
</style>
background-color css
<style>
a { background-color: #C09CE0; }
a { background-color: rgb(192,156,224); }
div.DivClassName
{
background-color: #C09CE0;
}
.BgClassName
{
background-color: #C09CE0;
}
</style>
border-color css
<style>
span { border-color: #C09CE0; }
span { border-color: rgb(192,156,224); }
td.TdClassName
{
border-color: #C09CE0;
}
.TagClassName
{
border-color: #C09CE0;
}
</style>