Shades of Pink Flare #CCAAB2
Tints of Pink Flare #CCAAB2
RGB
CMYK
RGB Variations
Color information
#CCAAB2 (or 0xCCAAB2) is known color: Pink Flare. HEX triplet: CC, AA and B2. RGB value is (204,170,178). Sum of RGB (Red+Green+Blue) = 204+170+178=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAB2 is #33554D. Grayscale: #B5B5B5. Windows color (decimal): -3364174 or 11709132. OLE color: 11709132.
HSL color Cylindrical-coordinate representation of color #CCAAB2: hue angle of 345.88º 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 #CCAAB2 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 178 | - |
CMYK | 0 | 0.17 | 0.13 | 0.2 |
HSL | 345.88º | 0.25% | 0.73% | - |
HSV(B) | 345.88º | 0.17% | 0.8% | - |
XYZ | 47.31 | 44.8 | 48.27 | - |
YUV | 181.08 | 126.26 | 144.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 178 | 0 | 0.17 | 0.13 | 0.2 | 345.88 | 0.25 | 0.73 |
Hex | CC | AA | B2 | 0 | 11 | D | 14 | 15A | 19 | 49 |
Octal | 314 | 252 | 262 | 0 | 21 | 15 | 24 | 532 | 31 | 111 |
Binary | 11001100 | 10101010 | 10110010 | 0 | 10001 | 1101 | 10100 | 101011010 | 11001 | 1001001 |
Color Harmonies of #CCAAB2
Complementary color
Monochromatic Colors of #CCAAB2
Black with #CCAAB2
Text Example
Text Example
White with #CCAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAB2; }
p { color: rgb(204,170,178); }
H1.HeaderClassName
{
color: #CCAAB2;
}
.AnyTagClassName
{
color: #CCAAB2;
}
</style>
background-color css
<style>
a { background-color: #CCAAB2; }
a { background-color: rgb(204,170,178); }
div.DivClassName
{
background-color: #CCAAB2;
}
.BgClassName
{
background-color: #CCAAB2;
}
</style>
border-color css
<style>
span { border-color: #CCAAB2; }
span { border-color: rgb(204,170,178); }
td.TdClassName
{
border-color: #CCAAB2;
}
.TagClassName
{
border-color: #CCAAB2;
}
</style>