Shades of Pink Flare #CCABB2
Tints of Pink Flare #CCABB2
RGB
CMYK
RGB Variations
Color information
#CCABB2 (or 0xCCABB2) is known color: Pink Flare. HEX triplet: CC, AB and B2. RGB value is (204,171,178). Sum of RGB (Red+Green+Blue) = 204+171+178=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABB2 is #33544D. Grayscale: #B5B5B5. Windows color (decimal): -3363918 or 11709388. OLE color: 11709388.
HSL color Cylindrical-coordinate representation of color #CCABB2: hue angle of 347.27º 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 #CCABB2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 178 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.2 |
| HSL | 347.27º | 0.24% | 0.74% | - |
| HSV(B) | 347.27º | 0.16% | 0.8% | - |
| XYZ | 47.5 | 45.18 | 48.34 | - |
| YUV | 181.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 178 | 0 | 0.16 | 0.13 | 0.2 | 347.27 | 0.24 | 0.74 |
| Hex | CC | AB | B2 | 0 | 10 | D | 14 | 15B | 18 | 4A |
| Octal | 314 | 253 | 262 | 0 | 20 | 15 | 24 | 533 | 30 | 112 |
| Binary | 11001100 | 10101011 | 10110010 | 0 | 10000 | 1101 | 10100 | 101011011 | 11000 | 1001010 |
Color Harmonies of #CCABB2
Complementary color
Monochromatic Colors of #CCABB2
Black with #CCABB2
Text Example
Text Example
White with #CCABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABB2; }
p { color: rgb(204,171,178); }
H1.HeaderClassName
{
color: #CCABB2;
}
.AnyTagClassName
{
color: #CCABB2;
}
</style>
background-color css
<style>
a { background-color: #CCABB2; }
a { background-color: rgb(204,171,178); }
div.DivClassName
{
background-color: #CCABB2;
}
.BgClassName
{
background-color: #CCABB2;
}
</style>
border-color css
<style>
span { border-color: #CCABB2; }
span { border-color: rgb(204,171,178); }
td.TdClassName
{
border-color: #CCABB2;
}
.TagClassName
{
border-color: #CCABB2;
}
</style>