Shades of Perfume #C0A5D0
Tints of Perfume #C0A5D0
RGB
CMYK
RGB Variations
Color information
#C0A5D0 (or 0xC0A5D0) is known color: Perfume. HEX triplet: C0, A5 and D0. RGB value is (192,165,208). Sum of RGB (Red+Green+Blue) = 192+165+208=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0A5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A5D0 is #3F5A2F. Grayscale: #B1B1B1. Windows color (decimal): -4151856 or 13673920. OLE color: 13673920.
HSL color Cylindrical-coordinate representation of color #C0A5D0: hue angle of 277.67º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0A5D0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 165 | 208 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.18 |
| HSL | 277.67º | 0.31% | 0.73% | - |
| HSV(B) | 277.67º | 0.21% | 0.82% | - |
| XYZ | 46.58 | 42.67 | 65.46 | - |
| YUV | 177.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 208 | 0.08 | 0.21 | 0 | 0.18 | 277.67 | 0.31 | 0.73 |
| Hex | C0 | A5 | D0 | 8 | 15 | 0 | 12 | 116 | 1F | 49 |
| Octal | 300 | 245 | 320 | 10 | 25 | 0 | 22 | 426 | 37 | 111 |
| Binary | 11000000 | 10100101 | 11010000 | 1000 | 10101 | 0 | 10010 | 100010110 | 11111 | 1001001 |
Color Harmonies of #C0A5D0
Complementary color
Monochromatic Colors of #C0A5D0
Black with #C0A5D0
Text Example
Text Example
White with #C0A5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5D0; }
p { color: rgb(192,165,208); }
H1.HeaderClassName
{
color: #C0A5D0;
}
.AnyTagClassName
{
color: #C0A5D0;
}
</style>
background-color css
<style>
a { background-color: #C0A5D0; }
a { background-color: rgb(192,165,208); }
div.DivClassName
{
background-color: #C0A5D0;
}
.BgClassName
{
background-color: #C0A5D0;
}
</style>
border-color css
<style>
span { border-color: #C0A5D0; }
span { border-color: rgb(192,165,208); }
td.TdClassName
{
border-color: #C0A5D0;
}
.TagClassName
{
border-color: #C0A5D0;
}
</style>