Shades of Perfume #C29AE6
Tints of Perfume #C29AE6
RGB
CMYK
RGB Variations
Color information
#C29AE6 (or 0xC29AE6) is known color: Perfume. HEX triplet: C2, 9A and E6. RGB value is (194,154,230). Sum of RGB (Red+Green+Blue) = 194+154+230=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #C29AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AE6 is #3D6519. Grayscale: #AEAEAE. Windows color (decimal): -4023578 or 15112898. OLE color: 15112898.
HSL color Cylindrical-coordinate representation of color #C29AE6: hue angle of 271.58º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29AE6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 154 | 230 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.10 |
| HSL | 271.58º | 0.6% | 0.75% | - |
| HSV(B) | 271.58º | 0.33% | 0.9% | - |
| XYZ | 48.09 | 40.29 | 80.11 | - |
| YUV | 174.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 230 | 0.16 | 0.33 | 0 | 0.10 | 271.58 | 0.6 | 0.75 |
| Hex | C2 | 9A | E6 | 10 | 21 | 0 | A | 110 | 3C | 4B |
| Octal | 302 | 232 | 346 | 20 | 41 | 0 | 12 | 420 | 74 | 113 |
| Binary | 11000010 | 10011010 | 11100110 | 10000 | 100001 | 0 | 1010 | 100010000 | 111100 | 1001011 |
Color Harmonies of #C29AE6
Complementary color
Monochromatic Colors of #C29AE6
Black with #C29AE6
Text Example
Text Example
White with #C29AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AE6; }
p { color: rgb(194,154,230); }
H1.HeaderClassName
{
color: #C29AE6;
}
.AnyTagClassName
{
color: #C29AE6;
}
</style>
background-color css
<style>
a { background-color: #C29AE6; }
a { background-color: rgb(194,154,230); }
div.DivClassName
{
background-color: #C29AE6;
}
.BgClassName
{
background-color: #C29AE6;
}
</style>
border-color css
<style>
span { border-color: #C29AE6; }
span { border-color: rgb(194,154,230); }
td.TdClassName
{
border-color: #C29AE6;
}
.TagClassName
{
border-color: #C29AE6;
}
</style>