Shades of Pink Flare #CBB6B8
Tints of Pink Flare #CBB6B8
RGB
CMYK
RGB Variations
Color information
#CBB6B8 (or 0xCBB6B8) is known color: Pink Flare. HEX triplet: CB, B6 and B8. RGB value is (203,182,184). Sum of RGB (Red+Green+Blue) = 203+182+184=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6B8 is #344947. Grayscale: #BCBCBC. Windows color (decimal): -3426632 or 12105419. OLE color: 12105419.
HSL color Cylindrical-coordinate representation of color #CBB6B8: hue angle of 354.29º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB6B8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 184 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.20 |
| HSL | 354.29º | 0.17% | 0.75% | - |
| HSV(B) | 354.29º | 0.1% | 0.8% | - |
| XYZ | 50.01 | 49.61 | 52.29 | - |
| YUV | 188.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 184 | 0 | 0.10 | 0.09 | 0.20 | 354.29 | 0.17 | 0.75 |
| Hex | CB | B6 | B8 | 0 | A | 9 | 14 | 162 | 11 | 4B |
| Octal | 313 | 266 | 270 | 0 | 12 | 11 | 24 | 542 | 21 | 113 |
| Binary | 11001011 | 10110110 | 10111000 | 0 | 1010 | 1001 | 10100 | 101100010 | 10001 | 1001011 |
Color Harmonies of #CBB6B8
Complementary color
Monochromatic Colors of #CBB6B8
Black with #CBB6B8
Text Example
Text Example
White with #CBB6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6B8; }
p { color: rgb(203,182,184); }
H1.HeaderClassName
{
color: #CBB6B8;
}
.AnyTagClassName
{
color: #CBB6B8;
}
</style>
background-color css
<style>
a { background-color: #CBB6B8; }
a { background-color: rgb(203,182,184); }
div.DivClassName
{
background-color: #CBB6B8;
}
.BgClassName
{
background-color: #CBB6B8;
}
</style>
border-color css
<style>
span { border-color: #CBB6B8; }
span { border-color: rgb(203,182,184); }
td.TdClassName
{
border-color: #CBB6B8;
}
.TagClassName
{
border-color: #CBB6B8;
}
</style>