Shades of Perfume #C1A8D3
Tints of Perfume #C1A8D3
RGB
CMYK
RGB Variations
Color information
#C1A8D3 (or 0xC1A8D3) is known color: Perfume. HEX triplet: C1, A8 and D3. RGB value is (193,168,211). Sum of RGB (Red+Green+Blue) = 193+168+211=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1A8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8D3 is #3E572C. Grayscale: #B4B4B4. Windows color (decimal): -4085549 or 13871297. OLE color: 13871297.
HSL color Cylindrical-coordinate representation of color #C1A8D3: hue angle of 274.88º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1A8D3 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 168 | 211 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.17 |
| HSL | 274.88º | 0.33% | 0.74% | - |
| HSV(B) | 274.88º | 0.2% | 0.83% | - |
| XYZ | 47.75 | 44.05 | 67.61 | - |
| YUV | 180.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 211 | 0.09 | 0.20 | 0 | 0.17 | 274.88 | 0.33 | 0.74 |
| Hex | C1 | A8 | D3 | 9 | 14 | 0 | 11 | 113 | 21 | 4A |
| Octal | 301 | 250 | 323 | 11 | 24 | 0 | 21 | 423 | 41 | 112 |
| Binary | 11000001 | 10101000 | 11010011 | 1001 | 10100 | 0 | 10001 | 100010011 | 100001 | 1001010 |
Color Harmonies of #C1A8D3
Complementary color
Monochromatic Colors of #C1A8D3
Black with #C1A8D3
Text Example
Text Example
White with #C1A8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8D3; }
p { color: rgb(193,168,211); }
H1.HeaderClassName
{
color: #C1A8D3;
}
.AnyTagClassName
{
color: #C1A8D3;
}
</style>
background-color css
<style>
a { background-color: #C1A8D3; }
a { background-color: rgb(193,168,211); }
div.DivClassName
{
background-color: #C1A8D3;
}
.BgClassName
{
background-color: #C1A8D3;
}
</style>
border-color css
<style>
span { border-color: #C1A8D3; }
span { border-color: rgb(193,168,211); }
td.TdClassName
{
border-color: #C1A8D3;
}
.TagClassName
{
border-color: #C1A8D3;
}
</style>