Shades of Pink Flare #CAB4BA
Tints of Pink Flare #CAB4BA
RGB
CMYK
RGB Variations
Color information
#CAB4BA (or 0xCAB4BA) is known color: Pink Flare. HEX triplet: CA, B4 and BA. RGB value is (202,180,186). Sum of RGB (Red+Green+Blue) = 202+180+186=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4BA is #354B45. Grayscale: #BBBBBB. Windows color (decimal): -3492678 or 12235978. OLE color: 12235978.
HSL color Cylindrical-coordinate representation of color #CAB4BA: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB4BA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 180 | 186 | - |
CMYK | 0 | 0.11 | 0.08 | 0.21 |
HSL | 343.64º | 0.17% | 0.75% | - |
HSV(B) | 343.64º | 0.11% | 0.79% | - |
XYZ | 49.54 | 48.74 | 53.25 | - |
YUV | 187.26 | 127.29 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 180 | 186 | 0 | 0.11 | 0.08 | 0.21 | 343.64 | 0.17 | 0.75 |
Hex | CA | B4 | BA | 0 | B | 8 | 15 | 158 | 11 | 4B |
Octal | 312 | 264 | 272 | 0 | 13 | 10 | 25 | 530 | 21 | 113 |
Binary | 11001010 | 10110100 | 10111010 | 0 | 1011 | 1000 | 10101 | 101011000 | 10001 | 1001011 |
Color Harmonies of #CAB4BA
Complementary color
Monochromatic Colors of #CAB4BA
Black with #CAB4BA
Text Example
Text Example
White with #CAB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4BA; }
p { color: rgb(202,180,186); }
H1.HeaderClassName
{
color: #CAB4BA;
}
.AnyTagClassName
{
color: #CAB4BA;
}
</style>
background-color css
<style>
a { background-color: #CAB4BA; }
a { background-color: rgb(202,180,186); }
div.DivClassName
{
background-color: #CAB4BA;
}
.BgClassName
{
background-color: #CAB4BA;
}
</style>
border-color css
<style>
span { border-color: #CAB4BA; }
span { border-color: rgb(202,180,186); }
td.TdClassName
{
border-color: #CAB4BA;
}
.TagClassName
{
border-color: #CAB4BA;
}
</style>