Shades of Pink Flare #CBB2B9
Tints of Pink Flare #CBB2B9
RGB
CMYK
RGB Variations
Color information
#CBB2B9 (or 0xCBB2B9) is known color: Pink Flare. HEX triplet: CB, B2 and B9. RGB value is (203,178,185). Sum of RGB (Red+Green+Blue) = 203+178+185=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2B9 is #344D46. Grayscale: #BABABA. Windows color (decimal): -3427655 or 12169931. OLE color: 12169931.
HSL color Cylindrical-coordinate representation of color #CBB2B9: hue angle of 343.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB2B9 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 185 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.20 |
| HSL | 343.2º | 0.19% | 0.75% | - |
| HSV(B) | 343.2º | 0.12% | 0.8% | - |
| XYZ | 49.31 | 48.04 | 52.57 | - |
| YUV | 186.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 185 | 0 | 0.12 | 0.09 | 0.20 | 343.2 | 0.19 | 0.75 |
| Hex | CB | B2 | B9 | 0 | C | 9 | 14 | 157 | 13 | 4B |
| Octal | 313 | 262 | 271 | 0 | 14 | 11 | 24 | 527 | 23 | 113 |
| Binary | 11001011 | 10110010 | 10111001 | 0 | 1100 | 1001 | 10100 | 101010111 | 10011 | 1001011 |
Color Harmonies of #CBB2B9
Complementary color
Monochromatic Colors of #CBB2B9
Black with #CBB2B9
Text Example
Text Example
White with #CBB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2B9; }
p { color: rgb(203,178,185); }
H1.HeaderClassName
{
color: #CBB2B9;
}
.AnyTagClassName
{
color: #CBB2B9;
}
</style>
background-color css
<style>
a { background-color: #CBB2B9; }
a { background-color: rgb(203,178,185); }
div.DivClassName
{
background-color: #CBB2B9;
}
.BgClassName
{
background-color: #CBB2B9;
}
</style>
border-color css
<style>
span { border-color: #CBB2B9; }
span { border-color: rgb(203,178,185); }
td.TdClassName
{
border-color: #CBB2B9;
}
.TagClassName
{
border-color: #CBB2B9;
}
</style>