Shades of Perfume #C0A5EE
Tints of Perfume #C0A5EE
RGB
CMYK
RGB Variations
Color information
#C0A5EE (or 0xC0A5EE) is known color: Perfume. HEX triplet: C0, A5 and EE. RGB value is (192,165,238). Sum of RGB (Red+Green+Blue) = 192+165+238=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0A5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A5EE is #3F5A11. Grayscale: #B5B5B5. Windows color (decimal): -4151826 or 15640000. OLE color: 15640000.
HSL color Cylindrical-coordinate representation of color #C0A5EE: hue angle of 262.19º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0A5EE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 165 | 238 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.07 |
| HSL | 262.19º | 0.68% | 0.79% | - |
| HSV(B) | 262.19º | 0.31% | 0.93% | - |
| XYZ | 50.63 | 44.29 | 86.77 | - |
| YUV | 181.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 238 | 0.19 | 0.31 | 0 | 0.07 | 262.19 | 0.68 | 0.79 |
| Hex | C0 | A5 | EE | 13 | 1F | 0 | 7 | 106 | 44 | 4F |
| Octal | 300 | 245 | 356 | 23 | 37 | 0 | 7 | 406 | 104 | 117 |
| Binary | 11000000 | 10100101 | 11101110 | 10011 | 11111 | 0 | 111 | 100000110 | 1000100 | 1001111 |
Color Harmonies of #C0A5EE
Complementary color
Monochromatic Colors of #C0A5EE
Black with #C0A5EE
Text Example
Text Example
White with #C0A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5EE; }
p { color: rgb(192,165,238); }
H1.HeaderClassName
{
color: #C0A5EE;
}
.AnyTagClassName
{
color: #C0A5EE;
}
</style>
background-color css
<style>
a { background-color: #C0A5EE; }
a { background-color: rgb(192,165,238); }
div.DivClassName
{
background-color: #C0A5EE;
}
.BgClassName
{
background-color: #C0A5EE;
}
</style>
border-color css
<style>
span { border-color: #C0A5EE; }
span { border-color: rgb(192,165,238); }
td.TdClassName
{
border-color: #C0A5EE;
}
.TagClassName
{
border-color: #C0A5EE;
}
</style>