Shades of Perfume #CBA6F1
Tints of Perfume #CBA6F1
RGB
CMYK
RGB Variations
Color information
#CBA6F1 (or 0xCBA6F1) is known color: Perfume. HEX triplet: CB, A6 and F1. RGB value is (203,166,241). Sum of RGB (Red+Green+Blue) = 203+166+241=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBA6F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6F1 is #34590E. Grayscale: #B9B9B9. Windows color (decimal): -3430671 or 15836875. OLE color: 15836875.
HSL color Cylindrical-coordinate representation of color #CBA6F1: hue angle of 269.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA6F1 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 166 | 241 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.05 |
| HSL | 269.6º | 0.73% | 0.8% | - |
| HSV(B) | 269.6º | 0.31% | 0.95% | - |
| XYZ | 54.14 | 46.32 | 89.31 | - |
| YUV | 185.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 241 | 0.16 | 0.31 | 0 | 0.05 | 269.6 | 0.73 | 0.8 |
| Hex | CB | A6 | F1 | 10 | 1F | 0 | 5 | 10E | 49 | 50 |
| Octal | 313 | 246 | 361 | 20 | 37 | 0 | 5 | 416 | 111 | 120 |
| Binary | 11001011 | 10100110 | 11110001 | 10000 | 11111 | 0 | 101 | 100001110 | 1001001 | 1010000 |
Color Harmonies of #CBA6F1
Complementary color
Monochromatic Colors of #CBA6F1
Black with #CBA6F1
Text Example
Text Example
White with #CBA6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6F1; }
p { color: rgb(203,166,241); }
H1.HeaderClassName
{
color: #CBA6F1;
}
.AnyTagClassName
{
color: #CBA6F1;
}
</style>
background-color css
<style>
a { background-color: #CBA6F1; }
a { background-color: rgb(203,166,241); }
div.DivClassName
{
background-color: #CBA6F1;
}
.BgClassName
{
background-color: #CBA6F1;
}
</style>
border-color css
<style>
span { border-color: #CBA6F1; }
span { border-color: rgb(203,166,241); }
td.TdClassName
{
border-color: #CBA6F1;
}
.TagClassName
{
border-color: #CBA6F1;
}
</style>