Shades of Pink Flare #CBAEB0
Tints of Pink Flare #CBAEB0
RGB
CMYK
RGB Variations
Color information
#CBAEB0 (or 0xCBAEB0) is known color: Pink Flare. HEX triplet: CB, AE and B0. RGB value is (203,174,176). Sum of RGB (Red+Green+Blue) = 203+174+176=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEB0 is #34514F. Grayscale: #B6B6B6. Windows color (decimal): -3428688 or 11579083. OLE color: 11579083.
HSL color Cylindrical-coordinate representation of color #CBAEB0: hue angle of 355.86º 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 #CBAEB0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 176 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.20 |
| HSL | 355.86º | 0.22% | 0.74% | - |
| HSV(B) | 355.86º | 0.14% | 0.8% | - |
| XYZ | 47.6 | 46.1 | 47.46 | - |
| YUV | 182.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 176 | 0 | 0.14 | 0.13 | 0.20 | 355.86 | 0.22 | 0.74 |
| Hex | CB | AE | B0 | 0 | E | D | 14 | 164 | 16 | 4A |
| Octal | 313 | 256 | 260 | 0 | 16 | 15 | 24 | 544 | 26 | 112 |
| Binary | 11001011 | 10101110 | 10110000 | 0 | 1110 | 1101 | 10100 | 101100100 | 10110 | 1001010 |
Color Harmonies of #CBAEB0
Complementary color
Monochromatic Colors of #CBAEB0
Black with #CBAEB0
Text Example
Text Example
White with #CBAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEB0; }
p { color: rgb(203,174,176); }
H1.HeaderClassName
{
color: #CBAEB0;
}
.AnyTagClassName
{
color: #CBAEB0;
}
</style>
background-color css
<style>
a { background-color: #CBAEB0; }
a { background-color: rgb(203,174,176); }
div.DivClassName
{
background-color: #CBAEB0;
}
.BgClassName
{
background-color: #CBAEB0;
}
</style>
border-color css
<style>
span { border-color: #CBAEB0; }
span { border-color: rgb(203,174,176); }
td.TdClassName
{
border-color: #CBAEB0;
}
.TagClassName
{
border-color: #CBAEB0;
}
</style>