Shades of Perfume #C097FB
Tints of Perfume #C097FB
RGB
CMYK
RGB Variations
Color information
#C097FB (or 0xC097FB) is known color: Perfume. HEX triplet: C0, 97 and FB. RGB value is (192,151,251). Sum of RGB (Red+Green+Blue) = 192+151+251=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C097FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C097FB is #3F6804. Grayscale: #AEAEAE. Windows color (decimal): -4155397 or 16488384. OLE color: 16488384.
HSL color Cylindrical-coordinate representation of color #C097FB: hue angle of 264.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C097FB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 151 | 251 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.02 |
| HSL | 264.6º | 0.93% | 0.79% | - |
| HSV(B) | 264.6º | 0.4% | 0.98% | - |
| XYZ | 50.22 | 40.3 | 96.4 | - |
| YUV | 174.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 251 | 0.24 | 0.40 | 0 | 0.02 | 264.6 | 0.93 | 0.79 |
| Hex | C0 | 97 | FB | 18 | 28 | 0 | 2 | 109 | 5D | 4F |
| Octal | 300 | 227 | 373 | 30 | 50 | 0 | 2 | 411 | 135 | 117 |
| Binary | 11000000 | 10010111 | 11111011 | 11000 | 101000 | 0 | 10 | 100001001 | 1011101 | 1001111 |
Color Harmonies of #C097FB
Complementary color
Monochromatic Colors of #C097FB
Black with #C097FB
Text Example
Text Example
White with #C097FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097FB; }
p { color: rgb(192,151,251); }
H1.HeaderClassName
{
color: #C097FB;
}
.AnyTagClassName
{
color: #C097FB;
}
</style>
background-color css
<style>
a { background-color: #C097FB; }
a { background-color: rgb(192,151,251); }
div.DivClassName
{
background-color: #C097FB;
}
.BgClassName
{
background-color: #C097FB;
}
</style>
border-color css
<style>
span { border-color: #C097FB; }
span { border-color: rgb(192,151,251); }
td.TdClassName
{
border-color: #C097FB;
}
.TagClassName
{
border-color: #C097FB;
}
</style>