Shades of Perfume #C1ACDA
Tints of Perfume #C1ACDA
RGB
CMYK
RGB Variations
Color information
#C1ACDA (or 0xC1ACDA) is known color: Perfume. HEX triplet: C1, AC and DA. RGB value is (193,172,218). Sum of RGB (Red+Green+Blue) = 193+172+218=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACDA is #3E5325. Grayscale: #B7B7B7. Windows color (decimal): -4084518 or 14331073. OLE color: 14331073.
HSL color Cylindrical-coordinate representation of color #C1ACDA: hue angle of 267.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1ACDA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 172 | 218 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.15 |
| HSL | 267.39º | 0.38% | 0.76% | - |
| HSV(B) | 267.39º | 0.21% | 0.85% | - |
| XYZ | 49.4 | 45.9 | 72.59 | - |
| YUV | 183.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 218 | 0.11 | 0.21 | 0 | 0.15 | 267.39 | 0.38 | 0.76 |
| Hex | C1 | AC | DA | B | 15 | 0 | F | 10B | 26 | 4C |
| Octal | 301 | 254 | 332 | 13 | 25 | 0 | 17 | 413 | 46 | 114 |
| Binary | 11000001 | 10101100 | 11011010 | 1011 | 10101 | 0 | 1111 | 100001011 | 100110 | 1001100 |
Color Harmonies of #C1ACDA
Complementary color
Monochromatic Colors of #C1ACDA
Black with #C1ACDA
Text Example
Text Example
White with #C1ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACDA; }
p { color: rgb(193,172,218); }
H1.HeaderClassName
{
color: #C1ACDA;
}
.AnyTagClassName
{
color: #C1ACDA;
}
</style>
background-color css
<style>
a { background-color: #C1ACDA; }
a { background-color: rgb(193,172,218); }
div.DivClassName
{
background-color: #C1ACDA;
}
.BgClassName
{
background-color: #C1ACDA;
}
</style>
border-color css
<style>
span { border-color: #C1ACDA; }
span { border-color: rgb(193,172,218); }
td.TdClassName
{
border-color: #C1ACDA;
}
.TagClassName
{
border-color: #C1ACDA;
}
</style>