Shades of Pink Flare #CAB9BB
Tints of Pink Flare #CAB9BB
RGB
CMYK
RGB Variations
Color information
#CAB9BB (or 0xCAB9BB) is known color: Pink Flare. HEX triplet: CA, B9 and BB. RGB value is (202,185,187). Sum of RGB (Red+Green+Blue) = 202+185+187=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BB is #354644. Grayscale: #BEBEBE. Windows color (decimal): -3491397 or 12302794. OLE color: 12302794.
HSL color Cylindrical-coordinate representation of color #CAB9BB: hue angle of 352.94º 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 #CAB9BB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 187 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.21 |
| HSL | 352.94º | 0.14% | 0.76% | - |
| HSV(B) | 352.94º | 0.08% | 0.79% | - |
| XYZ | 50.68 | 50.84 | 54.16 | - |
| YUV | 190.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 187 | 0 | 0.08 | 0.07 | 0.21 | 352.94 | 0.14 | 0.76 |
| Hex | CA | B9 | BB | 0 | 8 | 7 | 15 | 161 | E | 4C |
| Octal | 312 | 271 | 273 | 0 | 10 | 7 | 25 | 541 | 16 | 114 |
| Binary | 11001010 | 10111001 | 10111011 | 0 | 1000 | 111 | 10101 | 101100001 | 1110 | 1001100 |
Color Harmonies of #CAB9BB
Complementary color
Monochromatic Colors of #CAB9BB
Black with #CAB9BB
Text Example
Text Example
White with #CAB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9BB; }
p { color: rgb(202,185,187); }
H1.HeaderClassName
{
color: #CAB9BB;
}
.AnyTagClassName
{
color: #CAB9BB;
}
</style>
background-color css
<style>
a { background-color: #CAB9BB; }
a { background-color: rgb(202,185,187); }
div.DivClassName
{
background-color: #CAB9BB;
}
.BgClassName
{
background-color: #CAB9BB;
}
</style>
border-color css
<style>
span { border-color: #CAB9BB; }
span { border-color: rgb(202,185,187); }
td.TdClassName
{
border-color: #CAB9BB;
}
.TagClassName
{
border-color: #CAB9BB;
}
</style>