Shades of Pink Flare #CABABD
Tints of Pink Flare #CABABD
RGB
CMYK
RGB Variations
Color information
#CABABD (or 0xCABABD) is known color: Pink Flare. HEX triplet: CA, BA and BD. RGB value is (202,186,189). Sum of RGB (Red+Green+Blue) = 202+186+189=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABD is #354542. Grayscale: #BFBFBF. Windows color (decimal): -3491139 or 12434122. OLE color: 12434122.
HSL color Cylindrical-coordinate representation of color #CABABD: hue angle of 348.75º 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 #CABABD is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 189 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.21 |
| HSL | 348.75º | 0.13% | 0.76% | - |
| HSV(B) | 348.75º | 0.08% | 0.79% | - |
| XYZ | 51.1 | 51.35 | 55.36 | - |
| YUV | 191.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 189 | 0 | 0.08 | 0.06 | 0.21 | 348.75 | 0.13 | 0.76 |
| Hex | CA | BA | BD | 0 | 8 | 6 | 15 | 15D | D | 4C |
| Octal | 312 | 272 | 275 | 0 | 10 | 6 | 25 | 535 | 15 | 114 |
| Binary | 11001010 | 10111010 | 10111101 | 0 | 1000 | 110 | 10101 | 101011101 | 1101 | 1001100 |
Color Harmonies of #CABABD
Complementary color
Monochromatic Colors of #CABABD
Black with #CABABD
Text Example
Text Example
White with #CABABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABABD; }
p { color: rgb(202,186,189); }
H1.HeaderClassName
{
color: #CABABD;
}
.AnyTagClassName
{
color: #CABABD;
}
</style>
background-color css
<style>
a { background-color: #CABABD; }
a { background-color: rgb(202,186,189); }
div.DivClassName
{
background-color: #CABABD;
}
.BgClassName
{
background-color: #CABABD;
}
</style>
border-color css
<style>
span { border-color: #CABABD; }
span { border-color: rgb(202,186,189); }
td.TdClassName
{
border-color: #CABABD;
}
.TagClassName
{
border-color: #CABABD;
}
</style>