Shades of Pink Flare #CCACB1
Tints of Pink Flare #CCACB1
RGB
CMYK
RGB Variations
Color information
#CCACB1 (or 0xCCACB1) is known color: Pink Flare. HEX triplet: CC, AC and B1. RGB value is (204,172,177). Sum of RGB (Red+Green+Blue) = 204+172+177=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACB1 is #33534E. Grayscale: #B6B6B6. Windows color (decimal): -3363663 or 11644108. OLE color: 11644108.
HSL color Cylindrical-coordinate representation of color #CCACB1: hue angle of 350.62º 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 #CCACB1 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 177 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.2 |
| HSL | 350.63º | 0.24% | 0.74% | - |
| HSV(B) | 350.63º | 0.16% | 0.8% | - |
| XYZ | 47.59 | 45.52 | 47.87 | - |
| YUV | 182.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 177 | 0 | 0.16 | 0.13 | 0.2 | 350.63 | 0.24 | 0.74 |
| Hex | CC | AC | B1 | 0 | 10 | D | 14 | 15F | 18 | 4A |
| Octal | 314 | 254 | 261 | 0 | 20 | 15 | 24 | 537 | 30 | 112 |
| Binary | 11001100 | 10101100 | 10110001 | 0 | 10000 | 1101 | 10100 | 101011111 | 11000 | 1001010 |
Color Harmonies of #CCACB1
Complementary color
Monochromatic Colors of #CCACB1
Black with #CCACB1
Text Example
Text Example
White with #CCACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACB1; }
p { color: rgb(204,172,177); }
H1.HeaderClassName
{
color: #CCACB1;
}
.AnyTagClassName
{
color: #CCACB1;
}
</style>
background-color css
<style>
a { background-color: #CCACB1; }
a { background-color: rgb(204,172,177); }
div.DivClassName
{
background-color: #CCACB1;
}
.BgClassName
{
background-color: #CCACB1;
}
</style>
border-color css
<style>
span { border-color: #CCACB1; }
span { border-color: rgb(204,172,177); }
td.TdClassName
{
border-color: #CCACB1;
}
.TagClassName
{
border-color: #CCACB1;
}
</style>