Shades of Pink Flare #CABABC
Tints of Pink Flare #CABABC
RGB
CMYK
RGB Variations
Color information
#CABABC (or 0xCABABC) is known color: Pink Flare. HEX triplet: CA, BA and BC. RGB value is (202,186,188). Sum of RGB (Red+Green+Blue) = 202+186+188=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABC is #354543. Grayscale: #BFBFBF. Windows color (decimal): -3491140 or 12368586. OLE color: 12368586.
HSL color Cylindrical-coordinate representation of color #CABABC: hue angle of 352.5º 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 #CABABC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 188 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.21 |
| HSL | 352.5º | 0.13% | 0.76% | - |
| HSV(B) | 352.5º | 0.08% | 0.79% | - |
| XYZ | 50.99 | 51.31 | 54.79 | - |
| YUV | 191.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 188 | 0 | 0.08 | 0.07 | 0.21 | 352.5 | 0.13 | 0.76 |
| Hex | CA | BA | BC | 0 | 8 | 7 | 15 | 160 | D | 4C |
| Octal | 312 | 272 | 274 | 0 | 10 | 7 | 25 | 540 | 15 | 114 |
| Binary | 11001010 | 10111010 | 10111100 | 0 | 1000 | 111 | 10101 | 101100000 | 1101 | 1001100 |
Color Harmonies of #CABABC
Complementary color
Monochromatic Colors of #CABABC
Black with #CABABC
Text Example
Text Example
White with #CABABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABABC; }
p { color: rgb(202,186,188); }
H1.HeaderClassName
{
color: #CABABC;
}
.AnyTagClassName
{
color: #CABABC;
}
</style>
background-color css
<style>
a { background-color: #CABABC; }
a { background-color: rgb(202,186,188); }
div.DivClassName
{
background-color: #CABABC;
}
.BgClassName
{
background-color: #CABABC;
}
</style>
border-color css
<style>
span { border-color: #CABABC; }
span { border-color: rgb(202,186,188); }
td.TdClassName
{
border-color: #CABABC;
}
.TagClassName
{
border-color: #CABABC;
}
</style>