Shades of Perfume #C0A8D2
Tints of Perfume #C0A8D2
RGB
CMYK
RGB Variations
Color information
#C0A8D2 (or 0xC0A8D2) is known color: Perfume. HEX triplet: C0, A8 and D2. RGB value is (192,168,210). Sum of RGB (Red+Green+Blue) = 192+168+210=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0A8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8D2 is #3F572D. Grayscale: #B3B3B3. Windows color (decimal): -4151086 or 13805760. OLE color: 13805760.
HSL color Cylindrical-coordinate representation of color #C0A8D2: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A8D2 is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 168 | 210 | - |
| CMYK | 0.09 | 0.2 | 0 | 0.18 |
| HSL | 274.29º | 0.32% | 0.74% | - |
| HSV(B) | 274.29º | 0.2% | 0.82% | - |
| XYZ | 47.37 | 43.86 | 66.94 | - |
| YUV | 179.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 210 | 0.09 | 0.2 | 0 | 0.18 | 274.29 | 0.32 | 0.74 |
| Hex | C0 | A8 | D2 | 9 | 14 | 0 | 12 | 112 | 20 | 4A |
| Octal | 300 | 250 | 322 | 11 | 24 | 0 | 22 | 422 | 40 | 112 |
| Binary | 11000000 | 10101000 | 11010010 | 1001 | 10100 | 0 | 10010 | 100010010 | 100000 | 1001010 |
Color Harmonies of #C0A8D2
Complementary color
Monochromatic Colors of #C0A8D2
Black with #C0A8D2
Text Example
Text Example
White with #C0A8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8D2; }
p { color: rgb(192,168,210); }
H1.HeaderClassName
{
color: #C0A8D2;
}
.AnyTagClassName
{
color: #C0A8D2;
}
</style>
background-color css
<style>
a { background-color: #C0A8D2; }
a { background-color: rgb(192,168,210); }
div.DivClassName
{
background-color: #C0A8D2;
}
.BgClassName
{
background-color: #C0A8D2;
}
</style>
border-color css
<style>
span { border-color: #C0A8D2; }
span { border-color: rgb(192,168,210); }
td.TdClassName
{
border-color: #C0A8D2;
}
.TagClassName
{
border-color: #C0A8D2;
}
</style>