Shades of Pink Flare #CAB9BC
Tints of Pink Flare #CAB9BC
RGB
CMYK
RGB Variations
Color information
#CAB9BC (or 0xCAB9BC) is known color: Pink Flare. HEX triplet: CA, B9 and BC. RGB value is (202,185,188). Sum of RGB (Red+Green+Blue) = 202+185+188=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BC is #354643. Grayscale: #BEBEBE. Windows color (decimal): -3491396 or 12368330. OLE color: 12368330.
HSL color Cylindrical-coordinate representation of color #CAB9BC: hue angle of 349.41º degrees, saturation: 0.14, 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 #CAB9BC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 188 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.21 |
| HSL | 349.41º | 0.14% | 0.76% | - |
| HSV(B) | 349.41º | 0.08% | 0.79% | - |
| XYZ | 50.78 | 50.89 | 54.72 | - |
| YUV | 190.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 188 | 0 | 0.08 | 0.07 | 0.21 | 349.41 | 0.14 | 0.76 |
| Hex | CA | B9 | BC | 0 | 8 | 7 | 15 | 15D | E | 4C |
| Octal | 312 | 271 | 274 | 0 | 10 | 7 | 25 | 535 | 16 | 114 |
| Binary | 11001010 | 10111001 | 10111100 | 0 | 1000 | 111 | 10101 | 101011101 | 1110 | 1001100 |
Color Harmonies of #CAB9BC
Complementary color
Monochromatic Colors of #CAB9BC
Black with #CAB9BC
Text Example
Text Example
White with #CAB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9BC; }
p { color: rgb(202,185,188); }
H1.HeaderClassName
{
color: #CAB9BC;
}
.AnyTagClassName
{
color: #CAB9BC;
}
</style>
background-color css
<style>
a { background-color: #CAB9BC; }
a { background-color: rgb(202,185,188); }
div.DivClassName
{
background-color: #CAB9BC;
}
.BgClassName
{
background-color: #CAB9BC;
}
</style>
border-color css
<style>
span { border-color: #CAB9BC; }
span { border-color: rgb(202,185,188); }
td.TdClassName
{
border-color: #CAB9BC;
}
.TagClassName
{
border-color: #CAB9BC;
}
</style>