Shades of Pink Flare #CAB7B8
Tints of Pink Flare #CAB7B8
RGB
CMYK
RGB Variations
Color information
#CAB7B8 (or 0xCAB7B8) is known color: Pink Flare. HEX triplet: CA, B7 and B8. RGB value is (202,183,184). Sum of RGB (Red+Green+Blue) = 202+183+184=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7B8 is #354847. Grayscale: #BCBCBC. Windows color (decimal): -3491912 or 12105674. OLE color: 12105674.
HSL color Cylindrical-coordinate representation of color #CAB7B8: hue angle of 356.84º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB7B8 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 183 | 184 | - |
CMYK | 0 | 0.09 | 0.09 | 0.21 |
HSL | 356.84º | 0.15% | 0.75% | - |
HSV(B) | 356.84º | 0.09% | 0.79% | - |
XYZ | 49.94 | 49.88 | 52.34 | - |
YUV | 188.8 | 125.29 | 137.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 183 | 184 | 0 | 0.09 | 0.09 | 0.21 | 356.84 | 0.15 | 0.75 |
Hex | CA | B7 | B8 | 0 | 9 | 9 | 15 | 165 | F | 4B |
Octal | 312 | 267 | 270 | 0 | 11 | 11 | 25 | 545 | 17 | 113 |
Binary | 11001010 | 10110111 | 10111000 | 0 | 1001 | 1001 | 10101 | 101100101 | 1111 | 1001011 |
Color Harmonies of #CAB7B8
Complementary color
Monochromatic Colors of #CAB7B8
Black with #CAB7B8
Text Example
Text Example
White with #CAB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7B8; }
p { color: rgb(202,183,184); }
H1.HeaderClassName
{
color: #CAB7B8;
}
.AnyTagClassName
{
color: #CAB7B8;
}
</style>
background-color css
<style>
a { background-color: #CAB7B8; }
a { background-color: rgb(202,183,184); }
div.DivClassName
{
background-color: #CAB7B8;
}
.BgClassName
{
background-color: #CAB7B8;
}
</style>
border-color css
<style>
span { border-color: #CAB7B8; }
span { border-color: rgb(202,183,184); }
td.TdClassName
{
border-color: #CAB7B8;
}
.TagClassName
{
border-color: #CAB7B8;
}
</style>