Shades of Pink Flare #CBBEC0
Tints of Pink Flare #CBBEC0
RGB
CMYK
RGB Variations
Color information
#CBBEC0 (or 0xCBBEC0) is known color: Pink Flare. HEX triplet: CB, BE and C0. RGB value is (203,190,192). Sum of RGB (Red+Green+Blue) = 203+190+192=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC0 is #34413F. Grayscale: #C2C2C2. Windows color (decimal): -3424576 or 12631755. OLE color: 12631755.
HSL color Cylindrical-coordinate representation of color #CBBEC0: hue angle of 350.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBEC0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 192 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.20 |
| HSL | 350.77º | 0.11% | 0.77% | - |
| HSV(B) | 350.77º | 0.06% | 0.8% | - |
| XYZ | 52.56 | 53.33 | 57.39 | - |
| YUV | 194.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 192 | 0 | 0.06 | 0.05 | 0.20 | 350.77 | 0.11 | 0.77 |
| Hex | CB | BE | C0 | 0 | 6 | 5 | 14 | 15F | B | 4D |
| Octal | 313 | 276 | 300 | 0 | 6 | 5 | 24 | 537 | 13 | 115 |
| Binary | 11001011 | 10111110 | 11000000 | 0 | 110 | 101 | 10100 | 101011111 | 1011 | 1001101 |
Color Harmonies of #CBBEC0
Complementary color
Monochromatic Colors of #CBBEC0
Black with #CBBEC0
Text Example
Text Example
White with #CBBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEC0; }
p { color: rgb(203,190,192); }
H1.HeaderClassName
{
color: #CBBEC0;
}
.AnyTagClassName
{
color: #CBBEC0;
}
</style>
background-color css
<style>
a { background-color: #CBBEC0; }
a { background-color: rgb(203,190,192); }
div.DivClassName
{
background-color: #CBBEC0;
}
.BgClassName
{
background-color: #CBBEC0;
}
</style>
border-color css
<style>
span { border-color: #CBBEC0; }
span { border-color: rgb(203,190,192); }
td.TdClassName
{
border-color: #CBBEC0;
}
.TagClassName
{
border-color: #CBBEC0;
}
</style>