Shades of Perfume #CBA9E6
Tints of Perfume #CBA9E6
RGB
CMYK
RGB Variations
Color information
#CBA9E6 (or 0xCBA9E6) is known color: Perfume. HEX triplet: CB, A9 and E6. RGB value is (203,169,230). Sum of RGB (Red+Green+Blue) = 203+169+230=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBA9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9E6 is #345619. Grayscale: #B9B9B9. Windows color (decimal): -3429914 or 15116747. OLE color: 15116747.
HSL color Cylindrical-coordinate representation of color #CBA9E6: hue angle of 273.44º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA9E6 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 169 | 230 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.10 |
| HSL | 273.44º | 0.55% | 0.78% | - |
| HSV(B) | 273.44º | 0.27% | 0.9% | - |
| XYZ | 53.1 | 46.79 | 81.09 | - |
| YUV | 186.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 230 | 0.12 | 0.27 | 0 | 0.10 | 273.44 | 0.55 | 0.78 |
| Hex | CB | A9 | E6 | C | 1B | 0 | A | 111 | 37 | 4E |
| Octal | 313 | 251 | 346 | 14 | 33 | 0 | 12 | 421 | 67 | 116 |
| Binary | 11001011 | 10101001 | 11100110 | 1100 | 11011 | 0 | 1010 | 100010001 | 110111 | 1001110 |
Color Harmonies of #CBA9E6
Complementary color
Monochromatic Colors of #CBA9E6
Black with #CBA9E6
Text Example
Text Example
White with #CBA9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9E6; }
p { color: rgb(203,169,230); }
H1.HeaderClassName
{
color: #CBA9E6;
}
.AnyTagClassName
{
color: #CBA9E6;
}
</style>
background-color css
<style>
a { background-color: #CBA9E6; }
a { background-color: rgb(203,169,230); }
div.DivClassName
{
background-color: #CBA9E6;
}
.BgClassName
{
background-color: #CBA9E6;
}
</style>
border-color css
<style>
span { border-color: #CBA9E6; }
span { border-color: rgb(203,169,230); }
td.TdClassName
{
border-color: #CBA9E6;
}
.TagClassName
{
border-color: #CBA9E6;
}
</style>