Shades of Pink Flare #CCACAF
Tints of Pink Flare #CCACAF
RGB
CMYK
RGB Variations
Color information
#CCACAF (or 0xCCACAF) is known color: Pink Flare. HEX triplet: CC, AC and AF. RGB value is (204,172,175). Sum of RGB (Red+Green+Blue) = 204+172+175=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACAF is #335350. Grayscale: #B5B5B5. Windows color (decimal): -3363665 or 11513036. OLE color: 11513036.
HSL color Cylindrical-coordinate representation of color #CCACAF: hue angle of 354.38º 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 #CCACAF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 175 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.2 |
| HSL | 354.38º | 0.24% | 0.74% | - |
| HSV(B) | 354.38º | 0.16% | 0.8% | - |
| XYZ | 47.39 | 45.44 | 46.83 | - |
| YUV | 181.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 175 | 0 | 0.16 | 0.14 | 0.2 | 354.38 | 0.24 | 0.74 |
| Hex | CC | AC | AF | 0 | 10 | E | 14 | 162 | 18 | 4A |
| Octal | 314 | 254 | 257 | 0 | 20 | 16 | 24 | 542 | 30 | 112 |
| Binary | 11001100 | 10101100 | 10101111 | 0 | 10000 | 1110 | 10100 | 101100010 | 11000 | 1001010 |
Color Harmonies of #CCACAF
Complementary color
Monochromatic Colors of #CCACAF
Black with #CCACAF
Text Example
Text Example
White with #CCACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACAF; }
p { color: rgb(204,172,175); }
H1.HeaderClassName
{
color: #CCACAF;
}
.AnyTagClassName
{
color: #CCACAF;
}
</style>
background-color css
<style>
a { background-color: #CCACAF; }
a { background-color: rgb(204,172,175); }
div.DivClassName
{
background-color: #CCACAF;
}
.BgClassName
{
background-color: #CCACAF;
}
</style>
border-color css
<style>
span { border-color: #CCACAF; }
span { border-color: rgb(204,172,175); }
td.TdClassName
{
border-color: #CCACAF;
}
.TagClassName
{
border-color: #CCACAF;
}
</style>