Shades of Pink Flare #CAB8BB
Tints of Pink Flare #CAB8BB
RGB
CMYK
RGB Variations
Color information
#CAB8BB (or 0xCAB8BB) is known color: Pink Flare. HEX triplet: CA, B8 and BB. RGB value is (202,184,187). Sum of RGB (Red+Green+Blue) = 202+184+187=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8BB is #354744. Grayscale: #BDBDBD. Windows color (decimal): -3491653 or 12302538. OLE color: 12302538.
HSL color Cylindrical-coordinate representation of color #CAB8BB: hue angle of 350º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB8BB is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 187 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.21 |
| HSL | 350º | 0.15% | 0.76% | - |
| HSV(B) | 350º | 0.09% | 0.79% | - |
| XYZ | 50.47 | 50.43 | 54.09 | - |
| YUV | 189.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 187 | 0 | 0.09 | 0.07 | 0.21 | 350 | 0.15 | 0.76 |
| Hex | CA | B8 | BB | 0 | 9 | 7 | 15 | 15E | F | 4C |
| Octal | 312 | 270 | 273 | 0 | 11 | 7 | 25 | 536 | 17 | 114 |
| Binary | 11001010 | 10111000 | 10111011 | 0 | 1001 | 111 | 10101 | 101011110 | 1111 | 1001100 |
Color Harmonies of #CAB8BB
Complementary color
Monochromatic Colors of #CAB8BB
Black with #CAB8BB
Text Example
Text Example
White with #CAB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8BB; }
p { color: rgb(202,184,187); }
H1.HeaderClassName
{
color: #CAB8BB;
}
.AnyTagClassName
{
color: #CAB8BB;
}
</style>
background-color css
<style>
a { background-color: #CAB8BB; }
a { background-color: rgb(202,184,187); }
div.DivClassName
{
background-color: #CAB8BB;
}
.BgClassName
{
background-color: #CAB8BB;
}
</style>
border-color css
<style>
span { border-color: #CAB8BB; }
span { border-color: rgb(202,184,187); }
td.TdClassName
{
border-color: #CAB8BB;
}
.TagClassName
{
border-color: #CAB8BB;
}
</style>