Shades of Perfume #CBACF4
Tints of Perfume #CBACF4
RGB
CMYK
RGB Variations
Color information
#CBACF4 (or 0xCBACF4) is known color: Perfume. HEX triplet: CB, AC and F4. RGB value is (203,172,244). Sum of RGB (Red+Green+Blue) = 203+172+244=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACF4 is #34530B. Grayscale: #BDBDBD. Windows color (decimal): -3429132 or 16035019. OLE color: 16035019.
HSL color Cylindrical-coordinate representation of color #CBACF4: hue angle of 265.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBACF4 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 172 | 244 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.04 |
| HSL | 265.83º | 0.77% | 0.82% | - |
| HSV(B) | 265.83º | 0.3% | 0.96% | - |
| XYZ | 55.71 | 48.73 | 92.06 | - |
| YUV | 189.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 244 | 0.17 | 0.30 | 0 | 0.04 | 265.83 | 0.77 | 0.82 |
| Hex | CB | AC | F4 | 11 | 1E | 0 | 4 | 10A | 4D | 52 |
| Octal | 313 | 254 | 364 | 21 | 36 | 0 | 4 | 412 | 115 | 122 |
| Binary | 11001011 | 10101100 | 11110100 | 10001 | 11110 | 0 | 100 | 100001010 | 1001101 | 1010010 |
Color Harmonies of #CBACF4
Complementary color
Monochromatic Colors of #CBACF4
Black with #CBACF4
Text Example
Text Example
White with #CBACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACF4; }
p { color: rgb(203,172,244); }
H1.HeaderClassName
{
color: #CBACF4;
}
.AnyTagClassName
{
color: #CBACF4;
}
</style>
background-color css
<style>
a { background-color: #CBACF4; }
a { background-color: rgb(203,172,244); }
div.DivClassName
{
background-color: #CBACF4;
}
.BgClassName
{
background-color: #CBACF4;
}
</style>
border-color css
<style>
span { border-color: #CBACF4; }
span { border-color: rgb(203,172,244); }
td.TdClassName
{
border-color: #CBACF4;
}
.TagClassName
{
border-color: #CBACF4;
}
</style>