Shades of Pink Flare #CCA9B1
Tints of Pink Flare #CCA9B1
RGB
CMYK
RGB Variations
Color information
#CCA9B1 (or 0xCCA9B1) is known color: Pink Flare. HEX triplet: CC, A9 and B1. RGB value is (204,169,177). Sum of RGB (Red+Green+Blue) = 204+169+177=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA9B1 is #33564E. Grayscale: #B4B4B4. Windows color (decimal): -3364431 or 11643340. OLE color: 11643340.
HSL color Cylindrical-coordinate representation of color #CCA9B1: hue angle of 346.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCA9B1 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 177 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.2 |
| HSL | 346.29º | 0.26% | 0.73% | - |
| HSV(B) | 346.29º | 0.17% | 0.8% | - |
| XYZ | 47.03 | 44.39 | 47.68 | - |
| YUV | 180.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 177 | 0 | 0.17 | 0.13 | 0.2 | 346.29 | 0.26 | 0.73 |
| Hex | CC | A9 | B1 | 0 | 11 | D | 14 | 15A | 1A | 49 |
| Octal | 314 | 251 | 261 | 0 | 21 | 15 | 24 | 532 | 32 | 111 |
| Binary | 11001100 | 10101001 | 10110001 | 0 | 10001 | 1101 | 10100 | 101011010 | 11010 | 1001001 |
Color Harmonies of #CCA9B1
Complementary color
Monochromatic Colors of #CCA9B1
Black with #CCA9B1
Text Example
Text Example
White with #CCA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9B1; }
p { color: rgb(204,169,177); }
H1.HeaderClassName
{
color: #CCA9B1;
}
.AnyTagClassName
{
color: #CCA9B1;
}
</style>
background-color css
<style>
a { background-color: #CCA9B1; }
a { background-color: rgb(204,169,177); }
div.DivClassName
{
background-color: #CCA9B1;
}
.BgClassName
{
background-color: #CCA9B1;
}
</style>
border-color css
<style>
span { border-color: #CCA9B1; }
span { border-color: rgb(204,169,177); }
td.TdClassName
{
border-color: #CCA9B1;
}
.TagClassName
{
border-color: #CCA9B1;
}
</style>