Shades of Perfume #C5ACD6
Tints of Perfume #C5ACD6
RGB
CMYK
RGB Variations
Color information
#C5ACD6 (or 0xC5ACD6) is known color: Perfume. HEX triplet: C5, AC and D6. RGB value is (197,172,214). Sum of RGB (Red+Green+Blue) = 197+172+214=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 214 - color contains mainly: blue. Hex color #C5ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACD6 is #3A5329. Grayscale: #B8B8B8. Windows color (decimal): -3822378 or 14068933. OLE color: 14068933.
HSL color Cylindrical-coordinate representation of color #C5ACD6: hue angle of 275.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5ACD6 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 172 | 214 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.16 |
| HSL | 275.71º | 0.34% | 0.76% | - |
| HSV(B) | 275.71º | 0.2% | 0.84% | - |
| XYZ | 49.92 | 46.23 | 69.91 | - |
| YUV | 184.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 214 | 0.08 | 0.20 | 0 | 0.16 | 275.71 | 0.34 | 0.76 |
| Hex | C5 | AC | D6 | 8 | 14 | 0 | 10 | 114 | 22 | 4C |
| Octal | 305 | 254 | 326 | 10 | 24 | 0 | 20 | 424 | 42 | 114 |
| Binary | 11000101 | 10101100 | 11010110 | 1000 | 10100 | 0 | 10000 | 100010100 | 100010 | 1001100 |
Color Harmonies of #C5ACD6
Complementary color
Monochromatic Colors of #C5ACD6
Black with #C5ACD6
Text Example
Text Example
White with #C5ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACD6; }
p { color: rgb(197,172,214); }
H1.HeaderClassName
{
color: #C5ACD6;
}
.AnyTagClassName
{
color: #C5ACD6;
}
</style>
background-color css
<style>
a { background-color: #C5ACD6; }
a { background-color: rgb(197,172,214); }
div.DivClassName
{
background-color: #C5ACD6;
}
.BgClassName
{
background-color: #C5ACD6;
}
</style>
border-color css
<style>
span { border-color: #C5ACD6; }
span { border-color: rgb(197,172,214); }
td.TdClassName
{
border-color: #C5ACD6;
}
.TagClassName
{
border-color: #C5ACD6;
}
</style>