Shades of Pink Flare #CABABB
Tints of Pink Flare #CABABB
RGB
CMYK
RGB Variations
Color information
#CABABB (or 0xCABABB) is known color: Pink Flare. HEX triplet: CA, BA and BB. RGB value is (202,186,187). Sum of RGB (Red+Green+Blue) = 202+186+187=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABB is #354544. Grayscale: #BEBEBE. Windows color (decimal): -3491141 or 12303050. OLE color: 12303050.
HSL color Cylindrical-coordinate representation of color #CABABB: hue angle of 356.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABABB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 187 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.21 |
| HSL | 356.25º | 0.13% | 0.76% | - |
| HSV(B) | 356.25º | 0.08% | 0.79% | - |
| XYZ | 50.89 | 51.26 | 54.23 | - |
| YUV | 190.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 187 | 0 | 0.08 | 0.07 | 0.21 | 356.25 | 0.13 | 0.76 |
| Hex | CA | BA | BB | 0 | 8 | 7 | 15 | 164 | D | 4C |
| Octal | 312 | 272 | 273 | 0 | 10 | 7 | 25 | 544 | 15 | 114 |
| Binary | 11001010 | 10111010 | 10111011 | 0 | 1000 | 111 | 10101 | 101100100 | 1101 | 1001100 |
Color Harmonies of #CABABB
Complementary color
Monochromatic Colors of #CABABB
Black with #CABABB
Text Example
Text Example
White with #CABABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABABB; }
p { color: rgb(202,186,187); }
H1.HeaderClassName
{
color: #CABABB;
}
.AnyTagClassName
{
color: #CABABB;
}
</style>
background-color css
<style>
a { background-color: #CABABB; }
a { background-color: rgb(202,186,187); }
div.DivClassName
{
background-color: #CABABB;
}
.BgClassName
{
background-color: #CABABB;
}
</style>
border-color css
<style>
span { border-color: #CABABB; }
span { border-color: rgb(202,186,187); }
td.TdClassName
{
border-color: #CABABB;
}
.TagClassName
{
border-color: #CABABB;
}
</style>