Shades of Pink Flare #CAA9B2
Tints of Pink Flare #CAA9B2
RGB
CMYK
RGB Variations
Color information
#CAA9B2 (or 0xCAA9B2) is known color: Pink Flare. HEX triplet: CA, A9 and B2. RGB value is (202,169,178). Sum of RGB (Red+Green+Blue) = 202+169+178=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA9B2 is #35564D. Grayscale: #B3B3B3. Windows color (decimal): -3495502 or 11708874. OLE color: 11708874.
HSL color Cylindrical-coordinate representation of color #CAA9B2: hue angle of 343.64º degrees, saturation: 0.24, 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 #CAA9B2 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 178 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.21 |
| HSL | 343.64º | 0.24% | 0.73% | - |
| HSV(B) | 343.64º | 0.16% | 0.79% | - |
| XYZ | 46.58 | 44.15 | 48.19 | - |
| YUV | 179.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 178 | 0 | 0.16 | 0.12 | 0.21 | 343.64 | 0.24 | 0.73 |
| Hex | CA | A9 | B2 | 0 | 10 | C | 15 | 158 | 18 | 49 |
| Octal | 312 | 251 | 262 | 0 | 20 | 14 | 25 | 530 | 30 | 111 |
| Binary | 11001010 | 10101001 | 10110010 | 0 | 10000 | 1100 | 10101 | 101011000 | 11000 | 1001001 |
Color Harmonies of #CAA9B2
Complementary color
Monochromatic Colors of #CAA9B2
Black with #CAA9B2
Text Example
Text Example
White with #CAA9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9B2; }
p { color: rgb(202,169,178); }
H1.HeaderClassName
{
color: #CAA9B2;
}
.AnyTagClassName
{
color: #CAA9B2;
}
</style>
background-color css
<style>
a { background-color: #CAA9B2; }
a { background-color: rgb(202,169,178); }
div.DivClassName
{
background-color: #CAA9B2;
}
.BgClassName
{
background-color: #CAA9B2;
}
</style>
border-color css
<style>
span { border-color: #CAA9B2; }
span { border-color: rgb(202,169,178); }
td.TdClassName
{
border-color: #CAA9B2;
}
.TagClassName
{
border-color: #CAA9B2;
}
</style>