Shades of Pink Flare #CCABB0
Tints of Pink Flare #CCABB0
RGB
CMYK
RGB Variations
Color information
#CCABB0 (or 0xCCABB0) is known color: Pink Flare. HEX triplet: CC, AB and B0. RGB value is (204,171,176). Sum of RGB (Red+Green+Blue) = 204+171+176=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABB0 is #33544F. Grayscale: #B5B5B5. Windows color (decimal): -3363920 or 11578316. OLE color: 11578316.
HSL color Cylindrical-coordinate representation of color #CCABB0: hue angle of 350.91º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABB0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 176 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.2 |
| HSL | 350.91º | 0.24% | 0.74% | - |
| HSV(B) | 350.91º | 0.16% | 0.8% | - |
| XYZ | 47.3 | 45.1 | 47.29 | - |
| YUV | 181.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 176 | 0 | 0.16 | 0.14 | 0.2 | 350.91 | 0.24 | 0.74 |
| Hex | CC | AB | B0 | 0 | 10 | E | 14 | 15F | 18 | 4A |
| Octal | 314 | 253 | 260 | 0 | 20 | 16 | 24 | 537 | 30 | 112 |
| Binary | 11001100 | 10101011 | 10110000 | 0 | 10000 | 1110 | 10100 | 101011111 | 11000 | 1001010 |
Color Harmonies of #CCABB0
Complementary color
Monochromatic Colors of #CCABB0
Black with #CCABB0
Text Example
Text Example
White with #CCABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABB0; }
p { color: rgb(204,171,176); }
H1.HeaderClassName
{
color: #CCABB0;
}
.AnyTagClassName
{
color: #CCABB0;
}
</style>
background-color css
<style>
a { background-color: #CCABB0; }
a { background-color: rgb(204,171,176); }
div.DivClassName
{
background-color: #CCABB0;
}
.BgClassName
{
background-color: #CCABB0;
}
</style>
border-color css
<style>
span { border-color: #CCABB0; }
span { border-color: rgb(204,171,176); }
td.TdClassName
{
border-color: #CCABB0;
}
.TagClassName
{
border-color: #CCABB0;
}
</style>