Shades of Perfume #C4A4DF
Tints of Perfume #C4A4DF
RGB
CMYK
RGB Variations
Color information
#C4A4DF (or 0xC4A4DF) is known color: Perfume. HEX triplet: C4, A4 and DF. RGB value is (196,164,223). Sum of RGB (Red+Green+Blue) = 196+164+223=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4A4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4DF is #3B5B20. Grayscale: #B4B4B4. Windows color (decimal): -3889953 or 14656708. OLE color: 14656708.
HSL color Cylindrical-coordinate representation of color #C4A4DF: hue angle of 272.54º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A4DF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 164 | 223 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.13 |
| HSL | 272.54º | 0.48% | 0.76% | - |
| HSV(B) | 272.54º | 0.26% | 0.87% | - |
| XYZ | 49.36 | 43.61 | 75.63 | - |
| YUV | 180.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 223 | 0.12 | 0.26 | 0 | 0.13 | 272.54 | 0.48 | 0.76 |
| Hex | C4 | A4 | DF | C | 1A | 0 | D | 111 | 30 | 4C |
| Octal | 304 | 244 | 337 | 14 | 32 | 0 | 15 | 421 | 60 | 114 |
| Binary | 11000100 | 10100100 | 11011111 | 1100 | 11010 | 0 | 1101 | 100010001 | 110000 | 1001100 |
Color Harmonies of #C4A4DF
Complementary color
Monochromatic Colors of #C4A4DF
Black with #C4A4DF
Text Example
Text Example
White with #C4A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4DF; }
p { color: rgb(196,164,223); }
H1.HeaderClassName
{
color: #C4A4DF;
}
.AnyTagClassName
{
color: #C4A4DF;
}
</style>
background-color css
<style>
a { background-color: #C4A4DF; }
a { background-color: rgb(196,164,223); }
div.DivClassName
{
background-color: #C4A4DF;
}
.BgClassName
{
background-color: #C4A4DF;
}
</style>
border-color css
<style>
span { border-color: #C4A4DF; }
span { border-color: rgb(196,164,223); }
td.TdClassName
{
border-color: #C4A4DF;
}
.TagClassName
{
border-color: #C4A4DF;
}
</style>