Shades of Pink Flare #CBB0B2
Tints of Pink Flare #CBB0B2
RGB
CMYK
RGB Variations
Color information
#CBB0B2 (or 0xCBB0B2) is known color: Pink Flare. HEX triplet: CB, B0 and B2. RGB value is (203,176,178). Sum of RGB (Red+Green+Blue) = 203+176+178=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0B2 is #344F4D. Grayscale: #B8B8B8. Windows color (decimal): -3428174 or 11710667. OLE color: 11710667.
HSL color Cylindrical-coordinate representation of color #CBB0B2: hue angle of 355.56º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB0B2 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 178 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.20 |
| HSL | 355.56º | 0.21% | 0.74% | - |
| HSV(B) | 355.56º | 0.13% | 0.8% | - |
| XYZ | 48.19 | 46.96 | 48.64 | - |
| YUV | 184.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 178 | 0 | 0.13 | 0.12 | 0.20 | 355.56 | 0.21 | 0.74 |
| Hex | CB | B0 | B2 | 0 | D | C | 14 | 164 | 15 | 4A |
| Octal | 313 | 260 | 262 | 0 | 15 | 14 | 24 | 544 | 25 | 112 |
| Binary | 11001011 | 10110000 | 10110010 | 0 | 1101 | 1100 | 10100 | 101100100 | 10101 | 1001010 |
Color Harmonies of #CBB0B2
Complementary color
Monochromatic Colors of #CBB0B2
Black with #CBB0B2
Text Example
Text Example
White with #CBB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0B2; }
p { color: rgb(203,176,178); }
H1.HeaderClassName
{
color: #CBB0B2;
}
.AnyTagClassName
{
color: #CBB0B2;
}
</style>
background-color css
<style>
a { background-color: #CBB0B2; }
a { background-color: rgb(203,176,178); }
div.DivClassName
{
background-color: #CBB0B2;
}
.BgClassName
{
background-color: #CBB0B2;
}
</style>
border-color css
<style>
span { border-color: #CBB0B2; }
span { border-color: rgb(203,176,178); }
td.TdClassName
{
border-color: #CBB0B2;
}
.TagClassName
{
border-color: #CBB0B2;
}
</style>