Shades of Pink Flare #CCAAB0
Tints of Pink Flare #CCAAB0
RGB
CMYK
RGB Variations
Color information
#CCAAB0 (or 0xCCAAB0) is known color: Pink Flare. HEX triplet: CC, AA and B0. RGB value is (204,170,176). Sum of RGB (Red+Green+Blue) = 204+170+176=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAB0 is #33554F. Grayscale: #B4B4B4. Windows color (decimal): -3364176 or 11578060. OLE color: 11578060.
HSL color Cylindrical-coordinate representation of color #CCAAB0: hue angle of 349.41º degrees, saturation: 0.25, 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 #CCAAB0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 176 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.2 |
| HSL | 349.41º | 0.25% | 0.73% | - |
| HSV(B) | 349.41º | 0.17% | 0.8% | - |
| XYZ | 47.11 | 44.72 | 47.22 | - |
| YUV | 180.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 176 | 0 | 0.17 | 0.14 | 0.2 | 349.41 | 0.25 | 0.73 |
| Hex | CC | AA | B0 | 0 | 11 | E | 14 | 15D | 19 | 49 |
| Octal | 314 | 252 | 260 | 0 | 21 | 16 | 24 | 535 | 31 | 111 |
| Binary | 11001100 | 10101010 | 10110000 | 0 | 10001 | 1110 | 10100 | 101011101 | 11001 | 1001001 |
Color Harmonies of #CCAAB0
Complementary color
Monochromatic Colors of #CCAAB0
Black with #CCAAB0
Text Example
Text Example
White with #CCAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAB0; }
p { color: rgb(204,170,176); }
H1.HeaderClassName
{
color: #CCAAB0;
}
.AnyTagClassName
{
color: #CCAAB0;
}
</style>
background-color css
<style>
a { background-color: #CCAAB0; }
a { background-color: rgb(204,170,176); }
div.DivClassName
{
background-color: #CCAAB0;
}
.BgClassName
{
background-color: #CCAAB0;
}
</style>
border-color css
<style>
span { border-color: #CCAAB0; }
span { border-color: rgb(204,170,176); }
td.TdClassName
{
border-color: #CCAAB0;
}
.TagClassName
{
border-color: #CCAAB0;
}
</style>