Shades of Pink Flare #CBACB1
Tints of Pink Flare #CBACB1
RGB
CMYK
RGB Variations
Color information
#CBACB1 (or 0xCBACB1) is known color: Pink Flare. HEX triplet: CB, AC and B1. RGB value is (203,172,177). Sum of RGB (Red+Green+Blue) = 203+172+177=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBACB1 is #34534E. Grayscale: #B5B5B5. Windows color (decimal): -3429199 or 11644107. OLE color: 11644107.
HSL color Cylindrical-coordinate representation of color #CBACB1: hue angle of 350.32º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACB1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 177 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.20 |
| HSL | 350.32º | 0.23% | 0.74% | - |
| HSV(B) | 350.32º | 0.15% | 0.8% | - |
| XYZ | 47.32 | 45.38 | 47.86 | - |
| YUV | 181.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 177 | 0 | 0.15 | 0.13 | 0.20 | 350.32 | 0.23 | 0.74 |
| Hex | CB | AC | B1 | 0 | F | D | 14 | 15E | 17 | 4A |
| Octal | 313 | 254 | 261 | 0 | 17 | 15 | 24 | 536 | 27 | 112 |
| Binary | 11001011 | 10101100 | 10110001 | 0 | 1111 | 1101 | 10100 | 101011110 | 10111 | 1001010 |
Color Harmonies of #CBACB1
Complementary color
Monochromatic Colors of #CBACB1
Black with #CBACB1
Text Example
Text Example
White with #CBACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACB1; }
p { color: rgb(203,172,177); }
H1.HeaderClassName
{
color: #CBACB1;
}
.AnyTagClassName
{
color: #CBACB1;
}
</style>
background-color css
<style>
a { background-color: #CBACB1; }
a { background-color: rgb(203,172,177); }
div.DivClassName
{
background-color: #CBACB1;
}
.BgClassName
{
background-color: #CBACB1;
}
</style>
border-color css
<style>
span { border-color: #CBACB1; }
span { border-color: rgb(203,172,177); }
td.TdClassName
{
border-color: #CBACB1;
}
.TagClassName
{
border-color: #CBACB1;
}
</style>