Shades of Pink Flare #CAACB1
Tints of Pink Flare #CAACB1
RGB
CMYK
RGB Variations
Color information
#CAACB1 (or 0xCAACB1) is known color: Pink Flare. HEX triplet: CA, AC and B1. RGB value is (202,172,177). Sum of RGB (Red+Green+Blue) = 202+172+177=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACB1 is #35534E. Grayscale: #B5B5B5. Windows color (decimal): -3494735 or 11644106. OLE color: 11644106.
HSL color Cylindrical-coordinate representation of color #CAACB1: hue angle of 350º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACB1 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 177 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.21 |
| HSL | 350º | 0.22% | 0.73% | - |
| HSV(B) | 350º | 0.15% | 0.79% | - |
| XYZ | 47.05 | 45.24 | 47.85 | - |
| YUV | 181.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 177 | 0 | 0.15 | 0.12 | 0.21 | 350 | 0.22 | 0.73 |
| Hex | CA | AC | B1 | 0 | F | C | 15 | 15E | 16 | 49 |
| Octal | 312 | 254 | 261 | 0 | 17 | 14 | 25 | 536 | 26 | 111 |
| Binary | 11001010 | 10101100 | 10110001 | 0 | 1111 | 1100 | 10101 | 101011110 | 10110 | 1001001 |
Color Harmonies of #CAACB1
Complementary color
Monochromatic Colors of #CAACB1
Black with #CAACB1
Text Example
Text Example
White with #CAACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACB1; }
p { color: rgb(202,172,177); }
H1.HeaderClassName
{
color: #CAACB1;
}
.AnyTagClassName
{
color: #CAACB1;
}
</style>
background-color css
<style>
a { background-color: #CAACB1; }
a { background-color: rgb(202,172,177); }
div.DivClassName
{
background-color: #CAACB1;
}
.BgClassName
{
background-color: #CAACB1;
}
</style>
border-color css
<style>
span { border-color: #CAACB1; }
span { border-color: rgb(202,172,177); }
td.TdClassName
{
border-color: #CAACB1;
}
.TagClassName
{
border-color: #CAACB1;
}
</style>