Shades of Pink Flare #CCA9B3
Tints of Pink Flare #CCA9B3
RGB
CMYK
RGB Variations
Color information
#CCA9B3 (or 0xCCA9B3) is known color: Pink Flare. HEX triplet: CC, A9 and B3. RGB value is (204,169,179). Sum of RGB (Red+Green+Blue) = 204+169+179=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9B3 is #33564C. Grayscale: #B4B4B4. Windows color (decimal): -3364429 or 11774412. OLE color: 11774412.
HSL color Cylindrical-coordinate representation of color #CCA9B3: hue angle of 342.86º 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 #CCA9B3 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 179 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.2 |
| HSL | 342.86º | 0.26% | 0.73% | - |
| HSV(B) | 342.86º | 0.17% | 0.8% | - |
| XYZ | 47.23 | 44.47 | 48.74 | - |
| YUV | 180.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 179 | 0 | 0.17 | 0.12 | 0.2 | 342.86 | 0.26 | 0.73 |
| Hex | CC | A9 | B3 | 0 | 11 | C | 14 | 157 | 1A | 49 |
| Octal | 314 | 251 | 263 | 0 | 21 | 14 | 24 | 527 | 32 | 111 |
| Binary | 11001100 | 10101001 | 10110011 | 0 | 10001 | 1100 | 10100 | 101010111 | 11010 | 1001001 |
Color Harmonies of #CCA9B3
Complementary color
Monochromatic Colors of #CCA9B3
Black with #CCA9B3
Text Example
Text Example
White with #CCA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9B3; }
p { color: rgb(204,169,179); }
H1.HeaderClassName
{
color: #CCA9B3;
}
.AnyTagClassName
{
color: #CCA9B3;
}
</style>
background-color css
<style>
a { background-color: #CCA9B3; }
a { background-color: rgb(204,169,179); }
div.DivClassName
{
background-color: #CCA9B3;
}
.BgClassName
{
background-color: #CCA9B3;
}
</style>
border-color css
<style>
span { border-color: #CCA9B3; }
span { border-color: rgb(204,169,179); }
td.TdClassName
{
border-color: #CCA9B3;
}
.TagClassName
{
border-color: #CCA9B3;
}
</style>