Shades of Perfume #C095FB
Tints of Perfume #C095FB
RGB
CMYK
RGB Variations
Color information
#C095FB (or 0xC095FB) is known color: Perfume. HEX triplet: C0, 95 and FB. RGB value is (192,149,251). Sum of RGB (Red+Green+Blue) = 192+149+251=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #C095FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095FB is #3F6A04. Grayscale: #ADADAD. Windows color (decimal): -4155909 or 16487872. OLE color: 16487872.
HSL color Cylindrical-coordinate representation of color #C095FB: hue angle of 265.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C095FB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 149 | 251 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.02 |
| HSL | 265.29º | 0.93% | 0.78% | - |
| HSV(B) | 265.29º | 0.41% | 0.98% | - |
| XYZ | 49.9 | 39.67 | 96.29 | - |
| YUV | 173.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 251 | 0.24 | 0.41 | 0 | 0.02 | 265.29 | 0.93 | 0.78 |
| Hex | C0 | 95 | FB | 18 | 29 | 0 | 2 | 109 | 5D | 4E |
| Octal | 300 | 225 | 373 | 30 | 51 | 0 | 2 | 411 | 135 | 116 |
| Binary | 11000000 | 10010101 | 11111011 | 11000 | 101001 | 0 | 10 | 100001001 | 1011101 | 1001110 |
Color Harmonies of #C095FB
Complementary color
Monochromatic Colors of #C095FB
Black with #C095FB
Text Example
Text Example
White with #C095FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095FB; }
p { color: rgb(192,149,251); }
H1.HeaderClassName
{
color: #C095FB;
}
.AnyTagClassName
{
color: #C095FB;
}
</style>
background-color css
<style>
a { background-color: #C095FB; }
a { background-color: rgb(192,149,251); }
div.DivClassName
{
background-color: #C095FB;
}
.BgClassName
{
background-color: #C095FB;
}
</style>
border-color css
<style>
span { border-color: #C095FB; }
span { border-color: rgb(192,149,251); }
td.TdClassName
{
border-color: #C095FB;
}
.TagClassName
{
border-color: #C095FB;
}
</style>