Shades of Pink Flare #CBAEB1
Tints of Pink Flare #CBAEB1
RGB
CMYK
RGB Variations
Color information
#CBAEB1 (or 0xCBAEB1) is known color: Pink Flare. HEX triplet: CB, AE and B1. RGB value is (203,174,177). Sum of RGB (Red+Green+Blue) = 203+174+177=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEB1 is #34514E. Grayscale: #B7B7B7. Windows color (decimal): -3428687 or 11644619. OLE color: 11644619.
HSL color Cylindrical-coordinate representation of color #CBAEB1: hue angle of 353.79º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAEB1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 177 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.20 |
| HSL | 353.79º | 0.22% | 0.74% | - |
| HSV(B) | 353.79º | 0.14% | 0.8% | - |
| XYZ | 47.7 | 46.14 | 47.99 | - |
| YUV | 183.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 177 | 0 | 0.14 | 0.13 | 0.20 | 353.79 | 0.22 | 0.74 |
| Hex | CB | AE | B1 | 0 | E | D | 14 | 162 | 16 | 4A |
| Octal | 313 | 256 | 261 | 0 | 16 | 15 | 24 | 542 | 26 | 112 |
| Binary | 11001011 | 10101110 | 10110001 | 0 | 1110 | 1101 | 10100 | 101100010 | 10110 | 1001010 |
Color Harmonies of #CBAEB1
Complementary color
Monochromatic Colors of #CBAEB1
Black with #CBAEB1
Text Example
Text Example
White with #CBAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEB1; }
p { color: rgb(203,174,177); }
H1.HeaderClassName
{
color: #CBAEB1;
}
.AnyTagClassName
{
color: #CBAEB1;
}
</style>
background-color css
<style>
a { background-color: #CBAEB1; }
a { background-color: rgb(203,174,177); }
div.DivClassName
{
background-color: #CBAEB1;
}
.BgClassName
{
background-color: #CBAEB1;
}
</style>
border-color css
<style>
span { border-color: #CBAEB1; }
span { border-color: rgb(203,174,177); }
td.TdClassName
{
border-color: #CBAEB1;
}
.TagClassName
{
border-color: #CBAEB1;
}
</style>