Shades of Pink Flare #CBB8B9
Tints of Pink Flare #CBB8B9
RGB
CMYK
RGB Variations
Color information
#CBB8B9 (or 0xCBB8B9) is known color: Pink Flare. HEX triplet: CB, B8 and B9. RGB value is (203,184,185). Sum of RGB (Red+Green+Blue) = 203+184+185=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8B9 is #344746. Grayscale: #BDBDBD. Windows color (decimal): -3426119 or 12171467. OLE color: 12171467.
HSL color Cylindrical-coordinate representation of color #CBB8B9: hue angle of 356.84º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBB8B9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 185 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.20 |
| HSL | 356.84º | 0.15% | 0.76% | - |
| HSV(B) | 356.84º | 0.09% | 0.8% | - |
| XYZ | 50.53 | 50.48 | 52.98 | - |
| YUV | 189.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 185 | 0 | 0.09 | 0.09 | 0.20 | 356.84 | 0.15 | 0.76 |
| Hex | CB | B8 | B9 | 0 | 9 | 9 | 14 | 165 | F | 4C |
| Octal | 313 | 270 | 271 | 0 | 11 | 11 | 24 | 545 | 17 | 114 |
| Binary | 11001011 | 10111000 | 10111001 | 0 | 1001 | 1001 | 10100 | 101100101 | 1111 | 1001100 |
Color Harmonies of #CBB8B9
Complementary color
Monochromatic Colors of #CBB8B9
Black with #CBB8B9
Text Example
Text Example
White with #CBB8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8B9; }
p { color: rgb(203,184,185); }
H1.HeaderClassName
{
color: #CBB8B9;
}
.AnyTagClassName
{
color: #CBB8B9;
}
</style>
background-color css
<style>
a { background-color: #CBB8B9; }
a { background-color: rgb(203,184,185); }
div.DivClassName
{
background-color: #CBB8B9;
}
.BgClassName
{
background-color: #CBB8B9;
}
</style>
border-color css
<style>
span { border-color: #CBB8B9; }
span { border-color: rgb(203,184,185); }
td.TdClassName
{
border-color: #CBB8B9;
}
.TagClassName
{
border-color: #CBB8B9;
}
</style>