Shades of Perfume #C19CE0
Tints of Perfume #C19CE0
RGB
CMYK
RGB Variations
Color information
#C19CE0 (or 0xC19CE0) is known color: Perfume. HEX triplet: C1, 9C and E0. RGB value is (193,156,224). Sum of RGB (Red+Green+Blue) = 193+156+224=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #C19CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CE0 is #3E631F. Grayscale: #AEAEAE. Windows color (decimal): -4088608 or 14720193. OLE color: 14720193.
HSL color Cylindrical-coordinate representation of color #C19CE0: hue angle of 272.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19CE0 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 156 | 224 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.12 |
| HSL | 272.65º | 0.52% | 0.75% | - |
| HSV(B) | 272.65º | 0.3% | 0.88% | - |
| XYZ | 47.34 | 40.5 | 75.84 | - |
| YUV | 174.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 224 | 0.14 | 0.30 | 0 | 0.12 | 272.65 | 0.52 | 0.75 |
| Hex | C1 | 9C | E0 | E | 1E | 0 | C | 111 | 34 | 4B |
| Octal | 301 | 234 | 340 | 16 | 36 | 0 | 14 | 421 | 64 | 113 |
| Binary | 11000001 | 10011100 | 11100000 | 1110 | 11110 | 0 | 1100 | 100010001 | 110100 | 1001011 |
Color Harmonies of #C19CE0
Complementary color
Monochromatic Colors of #C19CE0
Black with #C19CE0
Text Example
Text Example
White with #C19CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CE0; }
p { color: rgb(193,156,224); }
H1.HeaderClassName
{
color: #C19CE0;
}
.AnyTagClassName
{
color: #C19CE0;
}
</style>
background-color css
<style>
a { background-color: #C19CE0; }
a { background-color: rgb(193,156,224); }
div.DivClassName
{
background-color: #C19CE0;
}
.BgClassName
{
background-color: #C19CE0;
}
</style>
border-color css
<style>
span { border-color: #C19CE0; }
span { border-color: rgb(193,156,224); }
td.TdClassName
{
border-color: #C19CE0;
}
.TagClassName
{
border-color: #C19CE0;
}
</style>