Shades of Pink Flare #CBACB3
Tints of Pink Flare #CBACB3
RGB
CMYK
RGB Variations
Color information
#CBACB3 (or 0xCBACB3) is known color: Pink Flare. HEX triplet: CB, AC and B3. RGB value is (203,172,179). Sum of RGB (Red+Green+Blue) = 203+172+179=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACB3 is #34534C. Grayscale: #B6B6B6. Windows color (decimal): -3429197 or 11775179. OLE color: 11775179.
HSL color Cylindrical-coordinate representation of color #CBACB3: hue angle of 346.45º 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 #CBACB3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 179 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.20 |
| HSL | 346.45º | 0.23% | 0.74% | - |
| HSV(B) | 346.45º | 0.15% | 0.8% | - |
| XYZ | 47.52 | 45.46 | 48.92 | - |
| YUV | 182.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 179 | 0 | 0.15 | 0.12 | 0.20 | 346.45 | 0.23 | 0.74 |
| Hex | CB | AC | B3 | 0 | F | C | 14 | 15A | 17 | 4A |
| Octal | 313 | 254 | 263 | 0 | 17 | 14 | 24 | 532 | 27 | 112 |
| Binary | 11001011 | 10101100 | 10110011 | 0 | 1111 | 1100 | 10100 | 101011010 | 10111 | 1001010 |
Color Harmonies of #CBACB3
Complementary color
Monochromatic Colors of #CBACB3
Black with #CBACB3
Text Example
Text Example
White with #CBACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACB3; }
p { color: rgb(203,172,179); }
H1.HeaderClassName
{
color: #CBACB3;
}
.AnyTagClassName
{
color: #CBACB3;
}
</style>
background-color css
<style>
a { background-color: #CBACB3; }
a { background-color: rgb(203,172,179); }
div.DivClassName
{
background-color: #CBACB3;
}
.BgClassName
{
background-color: #CBACB3;
}
</style>
border-color css
<style>
span { border-color: #CBACB3; }
span { border-color: rgb(203,172,179); }
td.TdClassName
{
border-color: #CBACB3;
}
.TagClassName
{
border-color: #CBACB3;
}
</style>