Shades of Perfume #C0A9D7
Tints of Perfume #C0A9D7
RGB
CMYK
RGB Variations
Color information
#C0A9D7 (or 0xC0A9D7) is known color: Perfume. HEX triplet: C0, A9 and D7. RGB value is (192,169,215). Sum of RGB (Red+Green+Blue) = 192+169+215=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9D7 is #3F5628. Grayscale: #B4B4B4. Windows color (decimal): -4150825 or 14133696. OLE color: 14133696.
HSL color Cylindrical-coordinate representation of color #C0A9D7: hue angle of 270º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0A9D7 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 169 | 215 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.16 |
| HSL | 270º | 0.37% | 0.75% | - |
| HSV(B) | 270º | 0.21% | 0.84% | - |
| XYZ | 48.19 | 44.49 | 70.34 | - |
| YUV | 181.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 215 | 0.11 | 0.21 | 0 | 0.16 | 270 | 0.37 | 0.75 |
| Hex | C0 | A9 | D7 | B | 15 | 0 | 10 | 10E | 25 | 4B |
| Octal | 300 | 251 | 327 | 13 | 25 | 0 | 20 | 416 | 45 | 113 |
| Binary | 11000000 | 10101001 | 11010111 | 1011 | 10101 | 0 | 10000 | 100001110 | 100101 | 1001011 |
Color Harmonies of #C0A9D7
Complementary color
Monochromatic Colors of #C0A9D7
Black with #C0A9D7
Text Example
Text Example
White with #C0A9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9D7; }
p { color: rgb(192,169,215); }
H1.HeaderClassName
{
color: #C0A9D7;
}
.AnyTagClassName
{
color: #C0A9D7;
}
</style>
background-color css
<style>
a { background-color: #C0A9D7; }
a { background-color: rgb(192,169,215); }
div.DivClassName
{
background-color: #C0A9D7;
}
.BgClassName
{
background-color: #C0A9D7;
}
</style>
border-color css
<style>
span { border-color: #C0A9D7; }
span { border-color: rgb(192,169,215); }
td.TdClassName
{
border-color: #C0A9D7;
}
.TagClassName
{
border-color: #C0A9D7;
}
</style>