Shades of Pink Flare #CBB4B6
Tints of Pink Flare #CBB4B6
RGB
CMYK
RGB Variations
Color information
#CBB4B6 (or 0xCBB4B6) is known color: Pink Flare. HEX triplet: CB, B4 and B6. RGB value is (203,180,182). Sum of RGB (Red+Green+Blue) = 203+180+182=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4B6 is #344B49. Grayscale: #BBBBBB. Windows color (decimal): -3427146 or 11973835. OLE color: 11973835.
HSL color Cylindrical-coordinate representation of color #CBB4B6: hue angle of 354.78º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB4B6 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 182 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.20 |
| HSL | 354.78º | 0.18% | 0.75% | - |
| HSV(B) | 354.78º | 0.11% | 0.8% | - |
| XYZ | 49.39 | 48.72 | 51.06 | - |
| YUV | 187.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 182 | 0 | 0.11 | 0.10 | 0.20 | 354.78 | 0.18 | 0.75 |
| Hex | CB | B4 | B6 | 0 | B | A | 14 | 163 | 12 | 4B |
| Octal | 313 | 264 | 266 | 0 | 13 | 12 | 24 | 543 | 22 | 113 |
| Binary | 11001011 | 10110100 | 10110110 | 0 | 1011 | 1010 | 10100 | 101100011 | 10010 | 1001011 |
Color Harmonies of #CBB4B6
Complementary color
Monochromatic Colors of #CBB4B6
Black with #CBB4B6
Text Example
Text Example
White with #CBB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4B6; }
p { color: rgb(203,180,182); }
H1.HeaderClassName
{
color: #CBB4B6;
}
.AnyTagClassName
{
color: #CBB4B6;
}
</style>
background-color css
<style>
a { background-color: #CBB4B6; }
a { background-color: rgb(203,180,182); }
div.DivClassName
{
background-color: #CBB4B6;
}
.BgClassName
{
background-color: #CBB4B6;
}
</style>
border-color css
<style>
span { border-color: #CBB4B6; }
span { border-color: rgb(203,180,182); }
td.TdClassName
{
border-color: #CBB4B6;
}
.TagClassName
{
border-color: #CBB4B6;
}
</style>