Shades of Pink Flare #CAB7BA
Tints of Pink Flare #CAB7BA
RGB
CMYK
RGB Variations
Color information
#CAB7BA (or 0xCAB7BA) is known color: Pink Flare. HEX triplet: CA, B7 and BA. RGB value is (202,183,186). Sum of RGB (Red+Green+Blue) = 202+183+186=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7BA is #354845. Grayscale: #BDBDBD. Windows color (decimal): -3491910 or 12236746. OLE color: 12236746.
HSL color Cylindrical-coordinate representation of color #CAB7BA: hue angle of 350.53º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB7BA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 186 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.21 |
| HSL | 350.53º | 0.15% | 0.75% | - |
| HSV(B) | 350.53º | 0.09% | 0.79% | - |
| XYZ | 50.15 | 49.97 | 53.46 | - |
| YUV | 189.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 186 | 0 | 0.09 | 0.08 | 0.21 | 350.53 | 0.15 | 0.75 |
| Hex | CA | B7 | BA | 0 | 9 | 8 | 15 | 15F | F | 4B |
| Octal | 312 | 267 | 272 | 0 | 11 | 10 | 25 | 537 | 17 | 113 |
| Binary | 11001010 | 10110111 | 10111010 | 0 | 1001 | 1000 | 10101 | 101011111 | 1111 | 1001011 |
Color Harmonies of #CAB7BA
Complementary color
Monochromatic Colors of #CAB7BA
Black with #CAB7BA
Text Example
Text Example
White with #CAB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7BA; }
p { color: rgb(202,183,186); }
H1.HeaderClassName
{
color: #CAB7BA;
}
.AnyTagClassName
{
color: #CAB7BA;
}
</style>
background-color css
<style>
a { background-color: #CAB7BA; }
a { background-color: rgb(202,183,186); }
div.DivClassName
{
background-color: #CAB7BA;
}
.BgClassName
{
background-color: #CAB7BA;
}
</style>
border-color css
<style>
span { border-color: #CAB7BA; }
span { border-color: rgb(202,183,186); }
td.TdClassName
{
border-color: #CAB7BA;
}
.TagClassName
{
border-color: #CAB7BA;
}
</style>