Shades of Pink Flare #CBACB5
Tints of Pink Flare #CBACB5
RGB
CMYK
RGB Variations
Color information
#CBACB5 (or 0xCBACB5) is known color: Pink Flare. HEX triplet: CB, AC and B5. RGB value is (203,172,181). Sum of RGB (Red+Green+Blue) = 203+172+181=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACB5 is #34534A. Grayscale: #B6B6B6. Windows color (decimal): -3429195 or 11906251. OLE color: 11906251.
HSL color Cylindrical-coordinate representation of color #CBACB5: hue angle of 342.58º 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 #CBACB5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 181 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.20 |
| HSL | 342.58º | 0.23% | 0.74% | - |
| HSV(B) | 342.58º | 0.15% | 0.8% | - |
| XYZ | 47.72 | 45.54 | 49.99 | - |
| YUV | 182.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 181 | 0 | 0.15 | 0.11 | 0.20 | 342.58 | 0.23 | 0.74 |
| Hex | CB | AC | B5 | 0 | F | B | 14 | 157 | 17 | 4A |
| Octal | 313 | 254 | 265 | 0 | 17 | 13 | 24 | 527 | 27 | 112 |
| Binary | 11001011 | 10101100 | 10110101 | 0 | 1111 | 1011 | 10100 | 101010111 | 10111 | 1001010 |
Color Harmonies of #CBACB5
Complementary color
Monochromatic Colors of #CBACB5
Black with #CBACB5
Text Example
Text Example
White with #CBACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACB5; }
p { color: rgb(203,172,181); }
H1.HeaderClassName
{
color: #CBACB5;
}
.AnyTagClassName
{
color: #CBACB5;
}
</style>
background-color css
<style>
a { background-color: #CBACB5; }
a { background-color: rgb(203,172,181); }
div.DivClassName
{
background-color: #CBACB5;
}
.BgClassName
{
background-color: #CBACB5;
}
</style>
border-color css
<style>
span { border-color: #CBACB5; }
span { border-color: rgb(203,172,181); }
td.TdClassName
{
border-color: #CBACB5;
}
.TagClassName
{
border-color: #CBACB5;
}
</style>