Shades of Perfume #C29CEC
Tints of Perfume #C29CEC
RGB
CMYK
RGB Variations
Color information
#C29CEC (or 0xC29CEC) is known color: Perfume. HEX triplet: C2, 9C and EC. RGB value is (194,156,236). Sum of RGB (Red+Green+Blue) = 194+156+236=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #C29CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CEC is #3D6313. Grayscale: #B0B0B0. Windows color (decimal): -4023060 or 15506626. OLE color: 15506626.
HSL color Cylindrical-coordinate representation of color #C29CEC: hue angle of 268.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29CEC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 156 | 236 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.07 |
| HSL | 268.5º | 0.68% | 0.77% | - |
| HSV(B) | 268.5º | 0.34% | 0.93% | - |
| XYZ | 49.28 | 41.3 | 84.73 | - |
| YUV | 176.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 236 | 0.18 | 0.34 | 0 | 0.07 | 268.5 | 0.68 | 0.77 |
| Hex | C2 | 9C | EC | 12 | 22 | 0 | 7 | 10C | 44 | 4D |
| Octal | 302 | 234 | 354 | 22 | 42 | 0 | 7 | 414 | 104 | 115 |
| Binary | 11000010 | 10011100 | 11101100 | 10010 | 100010 | 0 | 111 | 100001100 | 1000100 | 1001101 |
Color Harmonies of #C29CEC
Complementary color
Monochromatic Colors of #C29CEC
Black with #C29CEC
Text Example
Text Example
White with #C29CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CEC; }
p { color: rgb(194,156,236); }
H1.HeaderClassName
{
color: #C29CEC;
}
.AnyTagClassName
{
color: #C29CEC;
}
</style>
background-color css
<style>
a { background-color: #C29CEC; }
a { background-color: rgb(194,156,236); }
div.DivClassName
{
background-color: #C29CEC;
}
.BgClassName
{
background-color: #C29CEC;
}
</style>
border-color css
<style>
span { border-color: #C29CEC; }
span { border-color: rgb(194,156,236); }
td.TdClassName
{
border-color: #C29CEC;
}
.TagClassName
{
border-color: #C29CEC;
}
</style>