Shades of Perfume #C0A7D5
Tints of Perfume #C0A7D5
RGB
CMYK
RGB Variations
Color information
#C0A7D5 (or 0xC0A7D5) is known color: Perfume. HEX triplet: C0, A7 and D5. RGB value is (192,167,213). Sum of RGB (Red+Green+Blue) = 192+167+213=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0A7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7D5 is #3F582A. Grayscale: #B3B3B3. Windows color (decimal): -4151339 or 14002112. OLE color: 14002112.
HSL color Cylindrical-coordinate representation of color #C0A7D5: hue angle of 272.61º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A7D5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 167 | 213 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.16 |
| HSL | 272.61º | 0.35% | 0.75% | - |
| HSV(B) | 272.61º | 0.22% | 0.84% | - |
| XYZ | 47.57 | 43.65 | 68.87 | - |
| YUV | 179.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 213 | 0.10 | 0.22 | 0 | 0.16 | 272.61 | 0.35 | 0.75 |
| Hex | C0 | A7 | D5 | A | 16 | 0 | 10 | 111 | 23 | 4B |
| Octal | 300 | 247 | 325 | 12 | 26 | 0 | 20 | 421 | 43 | 113 |
| Binary | 11000000 | 10100111 | 11010101 | 1010 | 10110 | 0 | 10000 | 100010001 | 100011 | 1001011 |
Color Harmonies of #C0A7D5
Complementary color
Monochromatic Colors of #C0A7D5
Black with #C0A7D5
Text Example
Text Example
White with #C0A7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7D5; }
p { color: rgb(192,167,213); }
H1.HeaderClassName
{
color: #C0A7D5;
}
.AnyTagClassName
{
color: #C0A7D5;
}
</style>
background-color css
<style>
a { background-color: #C0A7D5; }
a { background-color: rgb(192,167,213); }
div.DivClassName
{
background-color: #C0A7D5;
}
.BgClassName
{
background-color: #C0A7D5;
}
</style>
border-color css
<style>
span { border-color: #C0A7D5; }
span { border-color: rgb(192,167,213); }
td.TdClassName
{
border-color: #C0A7D5;
}
.TagClassName
{
border-color: #C0A7D5;
}
</style>