Shades of Perfume #C092FB
Tints of Perfume #C092FB
RGB
CMYK
RGB Variations
Color information
#C092FB (or 0xC092FB) is known color: Perfume. HEX triplet: C0, 92 and FB. RGB value is (192,146,251). Sum of RGB (Red+Green+Blue) = 192+146+251=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C092FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092FB is #3F6D04. Grayscale: #ABABAB. Windows color (decimal): -4156677 or 16487104. OLE color: 16487104.
HSL color Cylindrical-coordinate representation of color #C092FB: hue angle of 266.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C092FB is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 146 | 251 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.02 |
| HSL | 266.29º | 0.93% | 0.78% | - |
| HSV(B) | 266.29º | 0.42% | 0.98% | - |
| XYZ | 49.43 | 38.73 | 96.14 | - |
| YUV | 171.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 251 | 0.24 | 0.42 | 0 | 0.02 | 266.29 | 0.93 | 0.78 |
| Hex | C0 | 92 | FB | 18 | 2A | 0 | 2 | 10A | 5D | 4E |
| Octal | 300 | 222 | 373 | 30 | 52 | 0 | 2 | 412 | 135 | 116 |
| Binary | 11000000 | 10010010 | 11111011 | 11000 | 101010 | 0 | 10 | 100001010 | 1011101 | 1001110 |
Color Harmonies of #C092FB
Complementary color
Monochromatic Colors of #C092FB
Black with #C092FB
Text Example
Text Example
White with #C092FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092FB; }
p { color: rgb(192,146,251); }
H1.HeaderClassName
{
color: #C092FB;
}
.AnyTagClassName
{
color: #C092FB;
}
</style>
background-color css
<style>
a { background-color: #C092FB; }
a { background-color: rgb(192,146,251); }
div.DivClassName
{
background-color: #C092FB;
}
.BgClassName
{
background-color: #C092FB;
}
</style>
border-color css
<style>
span { border-color: #C092FB; }
span { border-color: rgb(192,146,251); }
td.TdClassName
{
border-color: #C092FB;
}
.TagClassName
{
border-color: #C092FB;
}
</style>