Shades of Perfume #C092FE
Tints of Perfume #C092FE
RGB
CMYK
RGB Variations
Color information
#C092FE (or 0xC092FE) is known color: Perfume. HEX triplet: C0, 92 and FE. RGB value is (192,146,254). Sum of RGB (Red+Green+Blue) = 192+146+254=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #C092FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092FE is #3F6D01. Grayscale: #ABABAB. Windows color (decimal): -4156674 or 16683712. OLE color: 16683712.
HSL color Cylindrical-coordinate representation of color #C092FE: hue angle of 265.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C092FE is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 146 | 254 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.00 |
| HSL | 265.56º | 0.98% | 0.78% | - |
| HSV(B) | 265.56º | 0.43% | 1% | - |
| XYZ | 49.91 | 38.92 | 98.65 | - |
| YUV | 172.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 254 | 0.24 | 0.43 | 0 | 0.00 | 265.56 | 0.98 | 0.78 |
| Hex | C0 | 92 | FE | 18 | 2B | 0 | 0 | 10A | 62 | 4E |
| Octal | 300 | 222 | 376 | 30 | 53 | 0 | 0 | 412 | 142 | 116 |
| Binary | 11000000 | 10010010 | 11111110 | 11000 | 101011 | 0 | 0 | 100001010 | 1100010 | 1001110 |
Color Harmonies of #C092FE
Complementary color
Monochromatic Colors of #C092FE
Black with #C092FE
Text Example
Text Example
White with #C092FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092FE; }
p { color: rgb(192,146,254); }
H1.HeaderClassName
{
color: #C092FE;
}
.AnyTagClassName
{
color: #C092FE;
}
</style>
background-color css
<style>
a { background-color: #C092FE; }
a { background-color: rgb(192,146,254); }
div.DivClassName
{
background-color: #C092FE;
}
.BgClassName
{
background-color: #C092FE;
}
</style>
border-color css
<style>
span { border-color: #C092FE; }
span { border-color: rgb(192,146,254); }
td.TdClassName
{
border-color: #C092FE;
}
.TagClassName
{
border-color: #C092FE;
}
</style>