Shades of Pink Flare #CCAAAF
Tints of Pink Flare #CCAAAF
RGB
CMYK
RGB Variations
Color information
#CCAAAF (or 0xCCAAAF) is known color: Pink Flare. HEX triplet: CC, AA and AF. RGB value is (204,170,175). Sum of RGB (Red+Green+Blue) = 204+170+175=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAF is #335550. Grayscale: #B4B4B4. Windows color (decimal): -3364177 or 11512524. OLE color: 11512524.
HSL color Cylindrical-coordinate representation of color #CCAAAF: hue angle of 351.18º 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 #CCAAAF is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 175 | - |
CMYK | 0 | 0.17 | 0.14 | 0.2 |
HSL | 351.18º | 0.25% | 0.73% | - |
HSV(B) | 351.18º | 0.17% | 0.8% | - |
XYZ | 47.01 | 44.68 | 46.7 | - |
YUV | 180.74 | 124.76 | 144.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 175 | 0 | 0.17 | 0.14 | 0.2 | 351.18 | 0.25 | 0.73 |
Hex | CC | AA | AF | 0 | 11 | E | 14 | 15F | 19 | 49 |
Octal | 314 | 252 | 257 | 0 | 21 | 16 | 24 | 537 | 31 | 111 |
Binary | 11001100 | 10101010 | 10101111 | 0 | 10001 | 1110 | 10100 | 101011111 | 11001 | 1001001 |
Color Harmonies of #CCAAAF
Complementary color
Monochromatic Colors of #CCAAAF
Black with #CCAAAF
Text Example
Text Example
White with #CCAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAAF; }
p { color: rgb(204,170,175); }
H1.HeaderClassName
{
color: #CCAAAF;
}
.AnyTagClassName
{
color: #CCAAAF;
}
</style>
background-color css
<style>
a { background-color: #CCAAAF; }
a { background-color: rgb(204,170,175); }
div.DivClassName
{
background-color: #CCAAAF;
}
.BgClassName
{
background-color: #CCAAAF;
}
</style>
border-color css
<style>
span { border-color: #CCAAAF; }
span { border-color: rgb(204,170,175); }
td.TdClassName
{
border-color: #CCAAAF;
}
.TagClassName
{
border-color: #CCAAAF;
}
</style>