Shades of Pink Flare #CBABAF
Tints of Pink Flare #CBABAF
RGB
CMYK
RGB Variations
Color information
#CBABAF (or 0xCBABAF) is known color: Pink Flare. HEX triplet: CB, AB and AF. RGB value is (203,171,175). Sum of RGB (Red+Green+Blue) = 203+171+175=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAF is #345450. Grayscale: #B5B5B5. Windows color (decimal): -3429457 or 11512779. OLE color: 11512779.
HSL color Cylindrical-coordinate representation of color #CBABAF: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBABAF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 175 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.20 |
| HSL | 352.5º | 0.24% | 0.73% | - |
| HSV(B) | 352.5º | 0.16% | 0.8% | - |
| XYZ | 46.93 | 44.92 | 46.75 | - |
| YUV | 181.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 175 | 0 | 0.16 | 0.14 | 0.20 | 352.5 | 0.24 | 0.73 |
| Hex | CB | AB | AF | 0 | 10 | E | 14 | 160 | 18 | 49 |
| Octal | 313 | 253 | 257 | 0 | 20 | 16 | 24 | 540 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10101111 | 0 | 10000 | 1110 | 10100 | 101100000 | 11000 | 1001001 |
Color Harmonies of #CBABAF
Complementary color
Monochromatic Colors of #CBABAF
Black with #CBABAF
Text Example
Text Example
White with #CBABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABAF; }
p { color: rgb(203,171,175); }
H1.HeaderClassName
{
color: #CBABAF;
}
.AnyTagClassName
{
color: #CBABAF;
}
</style>
background-color css
<style>
a { background-color: #CBABAF; }
a { background-color: rgb(203,171,175); }
div.DivClassName
{
background-color: #CBABAF;
}
.BgClassName
{
background-color: #CBABAF;
}
</style>
border-color css
<style>
span { border-color: #CBABAF; }
span { border-color: rgb(203,171,175); }
td.TdClassName
{
border-color: #CBABAF;
}
.TagClassName
{
border-color: #CBABAF;
}
</style>