Shades of Pink Flare #CCABB1
Tints of Pink Flare #CCABB1
RGB
CMYK
RGB Variations
Color information
#CCABB1 (or 0xCCABB1) is known color: Pink Flare. HEX triplet: CC, AB and B1. RGB value is (204,171,177). Sum of RGB (Red+Green+Blue) = 204+171+177=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABB1 is #33544E. Grayscale: #B5B5B5. Windows color (decimal): -3363919 or 11643852. OLE color: 11643852.
HSL color Cylindrical-coordinate representation of color #CCABB1: hue angle of 349.09º 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 #CCABB1 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 177 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.2 |
| HSL | 349.09º | 0.24% | 0.74% | - |
| HSV(B) | 349.09º | 0.16% | 0.8% | - |
| XYZ | 47.4 | 45.14 | 47.81 | - |
| YUV | 181.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 177 | 0 | 0.16 | 0.13 | 0.2 | 349.09 | 0.24 | 0.74 |
| Hex | CC | AB | B1 | 0 | 10 | D | 14 | 15D | 18 | 4A |
| Octal | 314 | 253 | 261 | 0 | 20 | 15 | 24 | 535 | 30 | 112 |
| Binary | 11001100 | 10101011 | 10110001 | 0 | 10000 | 1101 | 10100 | 101011101 | 11000 | 1001010 |
Color Harmonies of #CCABB1
Complementary color
Monochromatic Colors of #CCABB1
Black with #CCABB1
Text Example
Text Example
White with #CCABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABB1; }
p { color: rgb(204,171,177); }
H1.HeaderClassName
{
color: #CCABB1;
}
.AnyTagClassName
{
color: #CCABB1;
}
</style>
background-color css
<style>
a { background-color: #CCABB1; }
a { background-color: rgb(204,171,177); }
div.DivClassName
{
background-color: #CCABB1;
}
.BgClassName
{
background-color: #CCABB1;
}
</style>
border-color css
<style>
span { border-color: #CCABB1; }
span { border-color: rgb(204,171,177); }
td.TdClassName
{
border-color: #CCABB1;
}
.TagClassName
{
border-color: #CCABB1;
}
</style>