Shades of Perfume #C1ABD4
Tints of Perfume #C1ABD4
RGB
CMYK
RGB Variations
Color information
#C1ABD4 (or 0xC1ABD4) is known color: Perfume. HEX triplet: C1, AB and D4. RGB value is (193,171,212). Sum of RGB (Red+Green+Blue) = 193+171+212=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABD4 is #3E542B. Grayscale: #B6B6B6. Windows color (decimal): -4084780 or 13937601. OLE color: 13937601.
HSL color Cylindrical-coordinate representation of color #C1ABD4: hue angle of 272.2º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1ABD4 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 171 | 212 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.17 |
| HSL | 272.2º | 0.32% | 0.75% | - |
| HSV(B) | 272.2º | 0.19% | 0.83% | - |
| XYZ | 48.44 | 45.22 | 68.46 | - |
| YUV | 182.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 212 | 0.09 | 0.19 | 0 | 0.17 | 272.2 | 0.32 | 0.75 |
| Hex | C1 | AB | D4 | 9 | 13 | 0 | 11 | 110 | 20 | 4B |
| Octal | 301 | 253 | 324 | 11 | 23 | 0 | 21 | 420 | 40 | 113 |
| Binary | 11000001 | 10101011 | 11010100 | 1001 | 10011 | 0 | 10001 | 100010000 | 100000 | 1001011 |
Color Harmonies of #C1ABD4
Complementary color
Monochromatic Colors of #C1ABD4
Black with #C1ABD4
Text Example
Text Example
White with #C1ABD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABD4; }
p { color: rgb(193,171,212); }
H1.HeaderClassName
{
color: #C1ABD4;
}
.AnyTagClassName
{
color: #C1ABD4;
}
</style>
background-color css
<style>
a { background-color: #C1ABD4; }
a { background-color: rgb(193,171,212); }
div.DivClassName
{
background-color: #C1ABD4;
}
.BgClassName
{
background-color: #C1ABD4;
}
</style>
border-color css
<style>
span { border-color: #C1ABD4; }
span { border-color: rgb(193,171,212); }
td.TdClassName
{
border-color: #C1ABD4;
}
.TagClassName
{
border-color: #C1ABD4;
}
</style>