Shades of Pink Flare #CCA8B2
Tints of Pink Flare #CCA8B2
RGB
CMYK
RGB Variations
Color information
#CCA8B2 (or 0xCCA8B2) is known color: Pink Flare. HEX triplet: CC, A8 and B2. RGB value is (204,168,178). Sum of RGB (Red+Green+Blue) = 204+168+178=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8B2 is #33574D. Grayscale: #B3B3B3. Windows color (decimal): -3364686 or 11708620. OLE color: 11708620.
HSL color Cylindrical-coordinate representation of color #CCA8B2: hue angle of 343.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8B2 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 178 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.2 |
| HSL | 343.33º | 0.26% | 0.73% | - |
| HSV(B) | 343.33º | 0.18% | 0.8% | - |
| XYZ | 46.94 | 44.06 | 48.15 | - |
| YUV | 179.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 178 | 0 | 0.18 | 0.13 | 0.2 | 343.33 | 0.26 | 0.73 |
| Hex | CC | A8 | B2 | 0 | 12 | D | 14 | 157 | 1A | 49 |
| Octal | 314 | 250 | 262 | 0 | 22 | 15 | 24 | 527 | 32 | 111 |
| Binary | 11001100 | 10101000 | 10110010 | 0 | 10010 | 1101 | 10100 | 101010111 | 11010 | 1001001 |
Color Harmonies of #CCA8B2
Complementary color
Monochromatic Colors of #CCA8B2
Black with #CCA8B2
Text Example
Text Example
White with #CCA8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8B2; }
p { color: rgb(204,168,178); }
H1.HeaderClassName
{
color: #CCA8B2;
}
.AnyTagClassName
{
color: #CCA8B2;
}
</style>
background-color css
<style>
a { background-color: #CCA8B2; }
a { background-color: rgb(204,168,178); }
div.DivClassName
{
background-color: #CCA8B2;
}
.BgClassName
{
background-color: #CCA8B2;
}
</style>
border-color css
<style>
span { border-color: #CCA8B2; }
span { border-color: rgb(204,168,178); }
td.TdClassName
{
border-color: #CCA8B2;
}
.TagClassName
{
border-color: #CCA8B2;
}
</style>