Shades of Pink Flare #CAB6B9
Tints of Pink Flare #CAB6B9
RGB
CMYK
RGB Variations
Color information
#CAB6B9 (or 0xCAB6B9) is known color: Pink Flare. HEX triplet: CA, B6 and B9. RGB value is (202,182,185). Sum of RGB (Red+Green+Blue) = 202+182+185=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6B9 is #354946. Grayscale: #BCBCBC. Windows color (decimal): -3492167 or 12170954. OLE color: 12170954.
HSL color Cylindrical-coordinate representation of color #CAB6B9: hue angle of 351º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6B9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 182 | 185 | - |
CMYK | 0 | 0.10 | 0.08 | 0.21 |
HSL | 351º | 0.16% | 0.75% | - |
HSV(B) | 351º | 0.1% | 0.79% | - |
XYZ | 49.84 | 49.52 | 52.83 | - |
YUV | 188.32 | 126.13 | 137.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 182 | 185 | 0 | 0.10 | 0.08 | 0.21 | 351 | 0.16 | 0.75 |
Hex | CA | B6 | B9 | 0 | A | 8 | 15 | 15F | 10 | 4B |
Octal | 312 | 266 | 271 | 0 | 12 | 10 | 25 | 537 | 20 | 113 |
Binary | 11001010 | 10110110 | 10111001 | 0 | 1010 | 1000 | 10101 | 101011111 | 10000 | 1001011 |
Color Harmonies of #CAB6B9
Complementary color
Monochromatic Colors of #CAB6B9
Black with #CAB6B9
Text Example
Text Example
White with #CAB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6B9; }
p { color: rgb(202,182,185); }
H1.HeaderClassName
{
color: #CAB6B9;
}
.AnyTagClassName
{
color: #CAB6B9;
}
</style>
background-color css
<style>
a { background-color: #CAB6B9; }
a { background-color: rgb(202,182,185); }
div.DivClassName
{
background-color: #CAB6B9;
}
.BgClassName
{
background-color: #CAB6B9;
}
</style>
border-color css
<style>
span { border-color: #CAB6B9; }
span { border-color: rgb(202,182,185); }
td.TdClassName
{
border-color: #CAB6B9;
}
.TagClassName
{
border-color: #CAB6B9;
}
</style>