Shades of Perfume #C0A7CF
Tints of Perfume #C0A7CF
RGB
CMYK
RGB Variations
Color information
#C0A7CF (or 0xC0A7CF) is known color: Perfume. HEX triplet: C0, A7 and CF. RGB value is (192,167,207). Sum of RGB (Red+Green+Blue) = 192+167+207=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0A7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7CF is #3F5830. Grayscale: #B2B2B2. Windows color (decimal): -4151345 or 13608896. OLE color: 13608896.
HSL color Cylindrical-coordinate representation of color #C0A7CF: hue angle of 277.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0A7CF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 167 | 207 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.19 |
| HSL | 277.5º | 0.29% | 0.73% | - |
| HSV(B) | 277.5º | 0.19% | 0.81% | - |
| XYZ | 46.82 | 43.35 | 64.93 | - |
| YUV | 179.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 207 | 0.07 | 0.19 | 0 | 0.19 | 277.5 | 0.29 | 0.73 |
| Hex | C0 | A7 | CF | 7 | 13 | 0 | 13 | 116 | 1D | 49 |
| Octal | 300 | 247 | 317 | 7 | 23 | 0 | 23 | 426 | 35 | 111 |
| Binary | 11000000 | 10100111 | 11001111 | 111 | 10011 | 0 | 10011 | 100010110 | 11101 | 1001001 |
Color Harmonies of #C0A7CF
Complementary color
Monochromatic Colors of #C0A7CF
Black with #C0A7CF
Text Example
Text Example
White with #C0A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7CF; }
p { color: rgb(192,167,207); }
H1.HeaderClassName
{
color: #C0A7CF;
}
.AnyTagClassName
{
color: #C0A7CF;
}
</style>
background-color css
<style>
a { background-color: #C0A7CF; }
a { background-color: rgb(192,167,207); }
div.DivClassName
{
background-color: #C0A7CF;
}
.BgClassName
{
background-color: #C0A7CF;
}
</style>
border-color css
<style>
span { border-color: #C0A7CF; }
span { border-color: rgb(192,167,207); }
td.TdClassName
{
border-color: #C0A7CF;
}
.TagClassName
{
border-color: #C0A7CF;
}
</style>