Shades of Perfume #C0A7DB
Tints of Perfume #C0A7DB
RGB
CMYK
RGB Variations
Color information
#C0A7DB (or 0xC0A7DB) is known color: Perfume. HEX triplet: C0, A7 and DB. RGB value is (192,167,219). Sum of RGB (Red+Green+Blue) = 192+167+219=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7DB is #3F5824. Grayscale: #B4B4B4. Windows color (decimal): -4151333 or 14395328. OLE color: 14395328.
HSL color Cylindrical-coordinate representation of color #C0A7DB: hue angle of 268.85º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A7DB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 167 | 219 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.14 |
| HSL | 268.85º | 0.42% | 0.76% | - |
| HSV(B) | 268.85º | 0.24% | 0.86% | - |
| XYZ | 48.34 | 43.96 | 72.95 | - |
| YUV | 180.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 219 | 0.12 | 0.24 | 0 | 0.14 | 268.85 | 0.42 | 0.76 |
| Hex | C0 | A7 | DB | C | 18 | 0 | E | 10D | 2A | 4C |
| Octal | 300 | 247 | 333 | 14 | 30 | 0 | 16 | 415 | 52 | 114 |
| Binary | 11000000 | 10100111 | 11011011 | 1100 | 11000 | 0 | 1110 | 100001101 | 101010 | 1001100 |
Color Harmonies of #C0A7DB
Complementary color
Monochromatic Colors of #C0A7DB
Black with #C0A7DB
Text Example
Text Example
White with #C0A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7DB; }
p { color: rgb(192,167,219); }
H1.HeaderClassName
{
color: #C0A7DB;
}
.AnyTagClassName
{
color: #C0A7DB;
}
</style>
background-color css
<style>
a { background-color: #C0A7DB; }
a { background-color: rgb(192,167,219); }
div.DivClassName
{
background-color: #C0A7DB;
}
.BgClassName
{
background-color: #C0A7DB;
}
</style>
border-color css
<style>
span { border-color: #C0A7DB; }
span { border-color: rgb(192,167,219); }
td.TdClassName
{
border-color: #C0A7DB;
}
.TagClassName
{
border-color: #C0A7DB;
}
</style>