Shades of Perfume #C3AADC
Tints of Perfume #C3AADC
RGB
CMYK
RGB Variations
Color information
#C3AADC (or 0xC3AADC) is known color: Perfume. HEX triplet: C3, AA and DC. RGB value is (195,170,220). Sum of RGB (Red+Green+Blue) = 195+170+220=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AADC is #3C5523. Grayscale: #B7B7B7. Windows color (decimal): -3953956 or 14461635. OLE color: 14461635.
HSL color Cylindrical-coordinate representation of color #C3AADC: hue angle of 270º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3AADC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 170 | 220 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.14 |
| HSL | 270º | 0.42% | 0.76% | - |
| HSV(B) | 270º | 0.23% | 0.86% | - |
| XYZ | 49.8 | 45.52 | 73.87 | - |
| YUV | 183.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 220 | 0.11 | 0.23 | 0 | 0.14 | 270 | 0.42 | 0.76 |
| Hex | C3 | AA | DC | B | 17 | 0 | E | 10E | 2A | 4C |
| Octal | 303 | 252 | 334 | 13 | 27 | 0 | 16 | 416 | 52 | 114 |
| Binary | 11000011 | 10101010 | 11011100 | 1011 | 10111 | 0 | 1110 | 100001110 | 101010 | 1001100 |
Color Harmonies of #C3AADC
Complementary color
Monochromatic Colors of #C3AADC
Black with #C3AADC
Text Example
Text Example
White with #C3AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AADC; }
p { color: rgb(195,170,220); }
H1.HeaderClassName
{
color: #C3AADC;
}
.AnyTagClassName
{
color: #C3AADC;
}
</style>
background-color css
<style>
a { background-color: #C3AADC; }
a { background-color: rgb(195,170,220); }
div.DivClassName
{
background-color: #C3AADC;
}
.BgClassName
{
background-color: #C3AADC;
}
</style>
border-color css
<style>
span { border-color: #C3AADC; }
span { border-color: rgb(195,170,220); }
td.TdClassName
{
border-color: #C3AADC;
}
.TagClassName
{
border-color: #C3AADC;
}
</style>