Shades of Perfume #C292FB
Tints of Perfume #C292FB
RGB
CMYK
RGB Variations
Color information
#C292FB (or 0xC292FB) is known color: Perfume. HEX triplet: C2, 92 and FB. RGB value is (194,146,251). Sum of RGB (Red+Green+Blue) = 194+146+251=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C292FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292FB is #3D6D04. Grayscale: #ABABAB. Windows color (decimal): -4025605 or 16487106. OLE color: 16487106.
HSL color Cylindrical-coordinate representation of color #C292FB: hue angle of 267.43º 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 #C292FB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 146 | 251 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.02 |
| HSL | 267.43º | 0.93% | 0.78% | - |
| HSV(B) | 267.43º | 0.42% | 0.98% | - |
| XYZ | 49.94 | 38.99 | 96.16 | - |
| YUV | 172.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 251 | 0.23 | 0.42 | 0 | 0.02 | 267.43 | 0.93 | 0.78 |
| Hex | C2 | 92 | FB | 17 | 2A | 0 | 2 | 10B | 5D | 4E |
| Octal | 302 | 222 | 373 | 27 | 52 | 0 | 2 | 413 | 135 | 116 |
| Binary | 11000010 | 10010010 | 11111011 | 10111 | 101010 | 0 | 10 | 100001011 | 1011101 | 1001110 |
Color Harmonies of #C292FB
Complementary color
Monochromatic Colors of #C292FB
Black with #C292FB
Text Example
Text Example
White with #C292FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292FB; }
p { color: rgb(194,146,251); }
H1.HeaderClassName
{
color: #C292FB;
}
.AnyTagClassName
{
color: #C292FB;
}
</style>
background-color css
<style>
a { background-color: #C292FB; }
a { background-color: rgb(194,146,251); }
div.DivClassName
{
background-color: #C292FB;
}
.BgClassName
{
background-color: #C292FB;
}
</style>
border-color css
<style>
span { border-color: #C292FB; }
span { border-color: rgb(194,146,251); }
td.TdClassName
{
border-color: #C292FB;
}
.TagClassName
{
border-color: #C292FB;
}
</style>