Shades of Perfume #C1A8D0
Tints of Perfume #C1A8D0
RGB
CMYK
RGB Variations
Color information
#C1A8D0 (or 0xC1A8D0) is known color: Perfume. HEX triplet: C1, A8 and D0. RGB value is (193,168,208). Sum of RGB (Red+Green+Blue) = 193+168+208=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8D0 is #3E572F. Grayscale: #B3B3B3. Windows color (decimal): -4085552 or 13674689. OLE color: 13674689.
HSL color Cylindrical-coordinate representation of color #C1A8D0: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1A8D0 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 193 | 168 | 208 | - |
CMYK | 0.07 | 0.19 | 0 | 0.18 |
HSL | 277.5º | 0.3% | 0.74% | - |
HSV(B) | 277.5º | 0.19% | 0.82% | - |
XYZ | 47.38 | 43.9 | 65.65 | - |
YUV | 180.04 | 143.78 | 137.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 168 | 208 | 0.07 | 0.19 | 0 | 0.18 | 277.5 | 0.3 | 0.74 |
Hex | C1 | A8 | D0 | 7 | 13 | 0 | 12 | 116 | 1E | 4A |
Octal | 301 | 250 | 320 | 7 | 23 | 0 | 22 | 426 | 36 | 112 |
Binary | 11000001 | 10101000 | 11010000 | 111 | 10011 | 0 | 10010 | 100010110 | 11110 | 1001010 |
Color Harmonies of #C1A8D0
Complementary color
Monochromatic Colors of #C1A8D0
Black with #C1A8D0
Text Example
Text Example
White with #C1A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8D0; }
p { color: rgb(193,168,208); }
H1.HeaderClassName
{
color: #C1A8D0;
}
.AnyTagClassName
{
color: #C1A8D0;
}
</style>
background-color css
<style>
a { background-color: #C1A8D0; }
a { background-color: rgb(193,168,208); }
div.DivClassName
{
background-color: #C1A8D0;
}
.BgClassName
{
background-color: #C1A8D0;
}
</style>
border-color css
<style>
span { border-color: #C1A8D0; }
span { border-color: rgb(193,168,208); }
td.TdClassName
{
border-color: #C1A8D0;
}
.TagClassName
{
border-color: #C1A8D0;
}
</style>