Shades of Pink Flare #CAB8BA
Tints of Pink Flare #CAB8BA
RGB
CMYK
RGB Variations
Color information
#CAB8BA (or 0xCAB8BA) is known color: Pink Flare. HEX triplet: CA, B8 and BA. RGB value is (202,184,186). Sum of RGB (Red+Green+Blue) = 202+184+186=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8BA is #354745. Grayscale: #BDBDBD. Windows color (decimal): -3491654 or 12237002. OLE color: 12237002.
HSL color Cylindrical-coordinate representation of color #CAB8BA: hue angle of 353.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB8BA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 186 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.21 |
| HSL | 353.33º | 0.15% | 0.76% | - |
| HSV(B) | 353.33º | 0.09% | 0.79% | - |
| XYZ | 50.36 | 50.38 | 53.52 | - |
| YUV | 189.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 186 | 0 | 0.09 | 0.08 | 0.21 | 353.33 | 0.15 | 0.76 |
| Hex | CA | B8 | BA | 0 | 9 | 8 | 15 | 161 | F | 4C |
| Octal | 312 | 270 | 272 | 0 | 11 | 10 | 25 | 541 | 17 | 114 |
| Binary | 11001010 | 10111000 | 10111010 | 0 | 1001 | 1000 | 10101 | 101100001 | 1111 | 1001100 |
Color Harmonies of #CAB8BA
Complementary color
Monochromatic Colors of #CAB8BA
Black with #CAB8BA
Text Example
Text Example
White with #CAB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8BA; }
p { color: rgb(202,184,186); }
H1.HeaderClassName
{
color: #CAB8BA;
}
.AnyTagClassName
{
color: #CAB8BA;
}
</style>
background-color css
<style>
a { background-color: #CAB8BA; }
a { background-color: rgb(202,184,186); }
div.DivClassName
{
background-color: #CAB8BA;
}
.BgClassName
{
background-color: #CAB8BA;
}
</style>
border-color css
<style>
span { border-color: #CAB8BA; }
span { border-color: rgb(202,184,186); }
td.TdClassName
{
border-color: #CAB8BA;
}
.TagClassName
{
border-color: #CAB8BA;
}
</style>