Shades of Perfume #C29AEC
Tints of Perfume #C29AEC
RGB
CMYK
RGB Variations
Color information
#C29AEC (or 0xC29AEC) is known color: Perfume. HEX triplet: C2, 9A and EC. RGB value is (194,154,236). Sum of RGB (Red+Green+Blue) = 194+154+236=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #C29AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AEC is #3D6513. Grayscale: #AFAFAF. Windows color (decimal): -4023572 or 15506114. OLE color: 15506114.
HSL color Cylindrical-coordinate representation of color #C29AEC: hue angle of 269.27º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29AEC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 154 | 236 | - |
CMYK | 0.18 | 0.35 | 0 | 0.07 |
HSL | 269.27º | 0.68% | 0.76% | - |
HSV(B) | 269.27º | 0.35% | 0.93% | - |
XYZ | 48.94 | 40.64 | 84.62 | - |
YUV | 175.31 | 162.25 | 141.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 154 | 236 | 0.18 | 0.35 | 0 | 0.07 | 269.27 | 0.68 | 0.76 |
Hex | C2 | 9A | EC | 12 | 23 | 0 | 7 | 10D | 44 | 4C |
Octal | 302 | 232 | 354 | 22 | 43 | 0 | 7 | 415 | 104 | 114 |
Binary | 11000010 | 10011010 | 11101100 | 10010 | 100011 | 0 | 111 | 100001101 | 1000100 | 1001100 |
Color Harmonies of #C29AEC
Complementary color
Monochromatic Colors of #C29AEC
Black with #C29AEC
Text Example
Text Example
White with #C29AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AEC; }
p { color: rgb(194,154,236); }
H1.HeaderClassName
{
color: #C29AEC;
}
.AnyTagClassName
{
color: #C29AEC;
}
</style>
background-color css
<style>
a { background-color: #C29AEC; }
a { background-color: rgb(194,154,236); }
div.DivClassName
{
background-color: #C29AEC;
}
.BgClassName
{
background-color: #C29AEC;
}
</style>
border-color css
<style>
span { border-color: #C29AEC; }
span { border-color: rgb(194,154,236); }
td.TdClassName
{
border-color: #C29AEC;
}
.TagClassName
{
border-color: #C29AEC;
}
</style>