Shades of Perfume #C09CEE
Tints of Perfume #C09CEE
RGB
CMYK
RGB Variations
Color information
#C09CEE (or 0xC09CEE) is known color: Perfume. HEX triplet: C0, 9C and EE. RGB value is (192,156,238). Sum of RGB (Red+Green+Blue) = 192+156+238=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #C09CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CEE is #3F6311. Grayscale: #AFAFAF. Windows color (decimal): -4154130 or 15637696. OLE color: 15637696.
HSL color Cylindrical-coordinate representation of color #C09CEE: hue angle of 266.34º degrees, saturation: 0.71, 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 #C09CEE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 156 | 238 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.07 |
| HSL | 266.34º | 0.71% | 0.77% | - |
| HSV(B) | 266.34º | 0.34% | 0.93% | - |
| XYZ | 49.06 | 41.16 | 86.25 | - |
| YUV | 176.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 238 | 0.19 | 0.34 | 0 | 0.07 | 266.34 | 0.71 | 0.77 |
| Hex | C0 | 9C | EE | 13 | 22 | 0 | 7 | 10A | 47 | 4D |
| Octal | 300 | 234 | 356 | 23 | 42 | 0 | 7 | 412 | 107 | 115 |
| Binary | 11000000 | 10011100 | 11101110 | 10011 | 100010 | 0 | 111 | 100001010 | 1000111 | 1001101 |
Color Harmonies of #C09CEE
Complementary color
Monochromatic Colors of #C09CEE
Black with #C09CEE
Text Example
Text Example
White with #C09CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CEE; }
p { color: rgb(192,156,238); }
H1.HeaderClassName
{
color: #C09CEE;
}
.AnyTagClassName
{
color: #C09CEE;
}
</style>
background-color css
<style>
a { background-color: #C09CEE; }
a { background-color: rgb(192,156,238); }
div.DivClassName
{
background-color: #C09CEE;
}
.BgClassName
{
background-color: #C09CEE;
}
</style>
border-color css
<style>
span { border-color: #C09CEE; }
span { border-color: rgb(192,156,238); }
td.TdClassName
{
border-color: #C09CEE;
}
.TagClassName
{
border-color: #C09CEE;
}
</style>