Shades of Pink Flare #CAAAB0
Tints of Pink Flare #CAAAB0
RGB
CMYK
RGB Variations
Color information
#CAAAB0 (or 0xCAAAB0) is known color: Pink Flare. HEX triplet: CA, AA and B0. RGB value is (202,170,176). Sum of RGB (Red+Green+Blue) = 202+170+176=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAB0 is #35554F. Grayscale: #B4B4B4. Windows color (decimal): -3495248 or 11578058. OLE color: 11578058.
HSL color Cylindrical-coordinate representation of color #CAAAB0: hue angle of 348.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAB0 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 176 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.21 |
| HSL | 348.75º | 0.23% | 0.73% | - |
| HSV(B) | 348.75º | 0.16% | 0.79% | - |
| XYZ | 46.57 | 44.44 | 47.2 | - |
| YUV | 180.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 176 | 0 | 0.16 | 0.13 | 0.21 | 348.75 | 0.23 | 0.73 |
| Hex | CA | AA | B0 | 0 | 10 | D | 15 | 15D | 17 | 49 |
| Octal | 312 | 252 | 260 | 0 | 20 | 15 | 25 | 535 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10110000 | 0 | 10000 | 1101 | 10101 | 101011101 | 10111 | 1001001 |
Color Harmonies of #CAAAB0
Complementary color
Monochromatic Colors of #CAAAB0
Black with #CAAAB0
Text Example
Text Example
White with #CAAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAB0; }
p { color: rgb(202,170,176); }
H1.HeaderClassName
{
color: #CAAAB0;
}
.AnyTagClassName
{
color: #CAAAB0;
}
</style>
background-color css
<style>
a { background-color: #CAAAB0; }
a { background-color: rgb(202,170,176); }
div.DivClassName
{
background-color: #CAAAB0;
}
.BgClassName
{
background-color: #CAAAB0;
}
</style>
border-color css
<style>
span { border-color: #CAAAB0; }
span { border-color: rgb(202,170,176); }
td.TdClassName
{
border-color: #CAAAB0;
}
.TagClassName
{
border-color: #CAAAB0;
}
</style>