Shades of Perfume #CBACF0
Tints of Perfume #CBACF0
RGB
CMYK
RGB Variations
Color information
#CBACF0 (or 0xCBACF0) is known color: Perfume. HEX triplet: CB, AC and F0. RGB value is (203,172,240). Sum of RGB (Red+Green+Blue) = 203+172+240=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACF0 is #34530F. Grayscale: #BCBCBC. Windows color (decimal): -3429136 or 15772875. OLE color: 15772875.
HSL color Cylindrical-coordinate representation of color #CBACF0: hue angle of 267.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBACF0 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 172 | 240 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 267.35º | 0.69% | 0.81% | - |
| HSV(B) | 267.35º | 0.28% | 0.94% | - |
| XYZ | 55.11 | 48.49 | 88.89 | - |
| YUV | 189.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 240 | 0.15 | 0.28 | 0 | 0.06 | 267.35 | 0.69 | 0.81 |
| Hex | CB | AC | F0 | F | 1C | 0 | 6 | 10B | 45 | 51 |
| Octal | 313 | 254 | 360 | 17 | 34 | 0 | 6 | 413 | 105 | 121 |
| Binary | 11001011 | 10101100 | 11110000 | 1111 | 11100 | 0 | 110 | 100001011 | 1000101 | 1010001 |
Color Harmonies of #CBACF0
Complementary color
Monochromatic Colors of #CBACF0
Black with #CBACF0
Text Example
Text Example
White with #CBACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACF0; }
p { color: rgb(203,172,240); }
H1.HeaderClassName
{
color: #CBACF0;
}
.AnyTagClassName
{
color: #CBACF0;
}
</style>
background-color css
<style>
a { background-color: #CBACF0; }
a { background-color: rgb(203,172,240); }
div.DivClassName
{
background-color: #CBACF0;
}
.BgClassName
{
background-color: #CBACF0;
}
</style>
border-color css
<style>
span { border-color: #CBACF0; }
span { border-color: rgb(203,172,240); }
td.TdClassName
{
border-color: #CBACF0;
}
.TagClassName
{
border-color: #CBACF0;
}
</style>