Shades of Perfume #CBA2F1
Tints of Perfume #CBA2F1
RGB
CMYK
RGB Variations
Color information
#CBA2F1 (or 0xCBA2F1) is known color: Perfume. HEX triplet: CB, A2 and F1. RGB value is (203,162,241). Sum of RGB (Red+Green+Blue) = 203+162+241=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBA2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2F1 is #345D0E. Grayscale: #B6B6B6. Windows color (decimal): -3431695 or 15835851. OLE color: 15835851.
HSL color Cylindrical-coordinate representation of color #CBA2F1: hue angle of 271.14º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA2F1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 162 | 241 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.05 |
| HSL | 271.14º | 0.74% | 0.79% | - |
| HSV(B) | 271.14º | 0.33% | 0.95% | - |
| XYZ | 53.43 | 44.89 | 89.07 | - |
| YUV | 183.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 241 | 0.16 | 0.33 | 0 | 0.05 | 271.14 | 0.74 | 0.79 |
| Hex | CB | A2 | F1 | 10 | 21 | 0 | 5 | 10F | 4A | 4F |
| Octal | 313 | 242 | 361 | 20 | 41 | 0 | 5 | 417 | 112 | 117 |
| Binary | 11001011 | 10100010 | 11110001 | 10000 | 100001 | 0 | 101 | 100001111 | 1001010 | 1001111 |
Color Harmonies of #CBA2F1
Complementary color
Monochromatic Colors of #CBA2F1
Black with #CBA2F1
Text Example
Text Example
White with #CBA2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2F1; }
p { color: rgb(203,162,241); }
H1.HeaderClassName
{
color: #CBA2F1;
}
.AnyTagClassName
{
color: #CBA2F1;
}
</style>
background-color css
<style>
a { background-color: #CBA2F1; }
a { background-color: rgb(203,162,241); }
div.DivClassName
{
background-color: #CBA2F1;
}
.BgClassName
{
background-color: #CBA2F1;
}
</style>
border-color css
<style>
span { border-color: #CBA2F1; }
span { border-color: rgb(203,162,241); }
td.TdClassName
{
border-color: #CBA2F1;
}
.TagClassName
{
border-color: #CBA2F1;
}
</style>