Shades of Pink Flare #CBAEB3
Tints of Pink Flare #CBAEB3
RGB
CMYK
RGB Variations
Color information
#CBAEB3 (or 0xCBAEB3) is known color: Pink Flare. HEX triplet: CB, AE and B3. RGB value is (203,174,179). Sum of RGB (Red+Green+Blue) = 203+174+179=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB3 is #34514C. Grayscale: #B7B7B7. Windows color (decimal): -3428685 or 11775691. OLE color: 11775691.
HSL color Cylindrical-coordinate representation of color #CBAEB3: hue angle of 349.66º 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 #CBAEB3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 179 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.20 |
| HSL | 349.66º | 0.22% | 0.74% | - |
| HSV(B) | 349.66º | 0.14% | 0.8% | - |
| XYZ | 47.9 | 46.22 | 49.05 | - |
| YUV | 183.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 179 | 0 | 0.14 | 0.12 | 0.20 | 349.66 | 0.22 | 0.74 |
| Hex | CB | AE | B3 | 0 | E | C | 14 | 15E | 16 | 4A |
| Octal | 313 | 256 | 263 | 0 | 16 | 14 | 24 | 536 | 26 | 112 |
| Binary | 11001011 | 10101110 | 10110011 | 0 | 1110 | 1100 | 10100 | 101011110 | 10110 | 1001010 |
Color Harmonies of #CBAEB3
Complementary color
Monochromatic Colors of #CBAEB3
Black with #CBAEB3
Text Example
Text Example
White with #CBAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEB3; }
p { color: rgb(203,174,179); }
H1.HeaderClassName
{
color: #CBAEB3;
}
.AnyTagClassName
{
color: #CBAEB3;
}
</style>
background-color css
<style>
a { background-color: #CBAEB3; }
a { background-color: rgb(203,174,179); }
div.DivClassName
{
background-color: #CBAEB3;
}
.BgClassName
{
background-color: #CBAEB3;
}
</style>
border-color css
<style>
span { border-color: #CBAEB3; }
span { border-color: rgb(203,174,179); }
td.TdClassName
{
border-color: #CBAEB3;
}
.TagClassName
{
border-color: #CBAEB3;
}
</style>