Shades of Perfume #C0A8EB
Tints of Perfume #C0A8EB
RGB
CMYK
RGB Variations
Color information
#C0A8EB (or 0xC0A8EB) is known color: Perfume. HEX triplet: C0, A8 and EB. RGB value is (192,168,235). Sum of RGB (Red+Green+Blue) = 192+168+235=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A8EB is #3F5714. Grayscale: #B6B6B6. Windows color (decimal): -4151061 or 15444160. OLE color: 15444160.
HSL color Cylindrical-coordinate representation of color #C0A8EB: hue angle of 261.49º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A8EB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 168 | 235 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.08 |
| HSL | 261.49º | 0.63% | 0.79% | - |
| HSV(B) | 261.49º | 0.29% | 0.92% | - |
| XYZ | 50.74 | 45.21 | 84.65 | - |
| YUV | 182.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 235 | 0.18 | 0.29 | 0 | 0.08 | 261.49 | 0.63 | 0.79 |
| Hex | C0 | A8 | EB | 12 | 1D | 0 | 8 | 105 | 3F | 4F |
| Octal | 300 | 250 | 353 | 22 | 35 | 0 | 10 | 405 | 77 | 117 |
| Binary | 11000000 | 10101000 | 11101011 | 10010 | 11101 | 0 | 1000 | 100000101 | 111111 | 1001111 |
Color Harmonies of #C0A8EB
Complementary color
Monochromatic Colors of #C0A8EB
Black with #C0A8EB
Text Example
Text Example
White with #C0A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8EB; }
p { color: rgb(192,168,235); }
H1.HeaderClassName
{
color: #C0A8EB;
}
.AnyTagClassName
{
color: #C0A8EB;
}
</style>
background-color css
<style>
a { background-color: #C0A8EB; }
a { background-color: rgb(192,168,235); }
div.DivClassName
{
background-color: #C0A8EB;
}
.BgClassName
{
background-color: #C0A8EB;
}
</style>
border-color css
<style>
span { border-color: #C0A8EB; }
span { border-color: rgb(192,168,235); }
td.TdClassName
{
border-color: #C0A8EB;
}
.TagClassName
{
border-color: #C0A8EB;
}
</style>