Shades of Perfume #C0AED0
Tints of Perfume #C0AED0
RGB
CMYK
RGB Variations
Color information
#C0AED0 (or 0xC0AED0) is known color: Perfume. HEX triplet: C0, AE and D0. RGB value is (192,174,208). Sum of RGB (Red+Green+Blue) = 192+174+208=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AED0 is #3F512F. Grayscale: #B7B7B7. Windows color (decimal): -4149552 or 13676224. OLE color: 13676224.
HSL color Cylindrical-coordinate representation of color #C0AED0: hue angle of 271.76º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0AED0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 174 | 208 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.18 |
| HSL | 271.76º | 0.27% | 0.75% | - |
| HSV(B) | 271.76º | 0.16% | 0.82% | - |
| XYZ | 48.26 | 46.03 | 66.02 | - |
| YUV | 183.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 208 | 0.08 | 0.16 | 0 | 0.18 | 271.76 | 0.27 | 0.75 |
| Hex | C0 | AE | D0 | 8 | 10 | 0 | 12 | 110 | 1B | 4B |
| Octal | 300 | 256 | 320 | 10 | 20 | 0 | 22 | 420 | 33 | 113 |
| Binary | 11000000 | 10101110 | 11010000 | 1000 | 10000 | 0 | 10010 | 100010000 | 11011 | 1001011 |
Color Harmonies of #C0AED0
Complementary color
Monochromatic Colors of #C0AED0
Black with #C0AED0
Text Example
Text Example
White with #C0AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AED0; }
p { color: rgb(192,174,208); }
H1.HeaderClassName
{
color: #C0AED0;
}
.AnyTagClassName
{
color: #C0AED0;
}
</style>
background-color css
<style>
a { background-color: #C0AED0; }
a { background-color: rgb(192,174,208); }
div.DivClassName
{
background-color: #C0AED0;
}
.BgClassName
{
background-color: #C0AED0;
}
</style>
border-color css
<style>
span { border-color: #C0AED0; }
span { border-color: rgb(192,174,208); }
td.TdClassName
{
border-color: #C0AED0;
}
.TagClassName
{
border-color: #C0AED0;
}
</style>