Shades of Pink Flare #CBABAD
Tints of Pink Flare #CBABAD
RGB
CMYK
RGB Variations
Color information
#CBABAD (or 0xCBABAD) is known color: Pink Flare. HEX triplet: CB, AB and AD. RGB value is (203,171,173). Sum of RGB (Red+Green+Blue) = 203+171+173=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAD is #345452. Grayscale: #B4B4B4. Windows color (decimal): -3429459 or 11381707. OLE color: 11381707.
HSL color Cylindrical-coordinate representation of color #CBABAD: hue angle of 356.25º 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 #CBABAD is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 173 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.20 |
| HSL | 356.25º | 0.24% | 0.73% | - |
| HSV(B) | 356.25º | 0.16% | 0.8% | - |
| XYZ | 46.73 | 44.84 | 45.73 | - |
| YUV | 180.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 173 | 0 | 0.16 | 0.15 | 0.20 | 356.25 | 0.24 | 0.73 |
| Hex | CB | AB | AD | 0 | 10 | F | 14 | 164 | 18 | 49 |
| Octal | 313 | 253 | 255 | 0 | 20 | 17 | 24 | 544 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10101101 | 0 | 10000 | 1111 | 10100 | 101100100 | 11000 | 1001001 |
Color Harmonies of #CBABAD
Complementary color
Monochromatic Colors of #CBABAD
Black with #CBABAD
Text Example
Text Example
White with #CBABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABAD; }
p { color: rgb(203,171,173); }
H1.HeaderClassName
{
color: #CBABAD;
}
.AnyTagClassName
{
color: #CBABAD;
}
</style>
background-color css
<style>
a { background-color: #CBABAD; }
a { background-color: rgb(203,171,173); }
div.DivClassName
{
background-color: #CBABAD;
}
.BgClassName
{
background-color: #CBABAD;
}
</style>
border-color css
<style>
span { border-color: #CBABAD; }
span { border-color: rgb(203,171,173); }
td.TdClassName
{
border-color: #CBABAD;
}
.TagClassName
{
border-color: #CBABAD;
}
</style>