Shades of Pink Flare #CCAEAF
Tints of Pink Flare #CCAEAF
RGB
CMYK
RGB Variations
Color information
#CCAEAF (or 0xCCAEAF) is known color: Pink Flare. HEX triplet: CC, AE and AF. RGB value is (204,174,175). Sum of RGB (Red+Green+Blue) = 204+174+175=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEAF is #335150. Grayscale: #B7B7B7. Windows color (decimal): -3363153 or 11513548. OLE color: 11513548.
HSL color Cylindrical-coordinate representation of color #CCAEAF: hue angle of 358º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAEAF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 175 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.2 |
| HSL | 358º | 0.23% | 0.74% | - |
| HSV(B) | 358º | 0.15% | 0.8% | - |
| XYZ | 47.78 | 46.2 | 46.96 | - |
| YUV | 183.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 175 | 0 | 0.15 | 0.14 | 0.2 | 358 | 0.23 | 0.74 |
| Hex | CC | AE | AF | 0 | F | E | 14 | 166 | 17 | 4A |
| Octal | 314 | 256 | 257 | 0 | 17 | 16 | 24 | 546 | 27 | 112 |
| Binary | 11001100 | 10101110 | 10101111 | 0 | 1111 | 1110 | 10100 | 101100110 | 10111 | 1001010 |
Color Harmonies of #CCAEAF
Complementary color
Monochromatic Colors of #CCAEAF
Black with #CCAEAF
Text Example
Text Example
White with #CCAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEAF; }
p { color: rgb(204,174,175); }
H1.HeaderClassName
{
color: #CCAEAF;
}
.AnyTagClassName
{
color: #CCAEAF;
}
</style>
background-color css
<style>
a { background-color: #CCAEAF; }
a { background-color: rgb(204,174,175); }
div.DivClassName
{
background-color: #CCAEAF;
}
.BgClassName
{
background-color: #CCAEAF;
}
</style>
border-color css
<style>
span { border-color: #CCAEAF; }
span { border-color: rgb(204,174,175); }
td.TdClassName
{
border-color: #CCAEAF;
}
.TagClassName
{
border-color: #CCAEAF;
}
</style>