Shades of Pink Flare #CCACB3
Tints of Pink Flare #CCACB3
RGB
CMYK
RGB Variations
Color information
#CCACB3 (or 0xCCACB3) is known color: Pink Flare. HEX triplet: CC, AC and B3. RGB value is (204,172,179). Sum of RGB (Red+Green+Blue) = 204+172+179=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB3 is #33534C. Grayscale: #B6B6B6. Windows color (decimal): -3363661 or 11775180. OLE color: 11775180.
HSL color Cylindrical-coordinate representation of color #CCACB3: hue angle of 346.88º 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 #CCACB3 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 179 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.2 |
| HSL | 346.88º | 0.24% | 0.74% | - |
| HSV(B) | 346.88º | 0.16% | 0.8% | - |
| XYZ | 47.79 | 45.6 | 48.93 | - |
| YUV | 182.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 179 | 0 | 0.16 | 0.12 | 0.2 | 346.88 | 0.24 | 0.74 |
| Hex | CC | AC | B3 | 0 | 10 | C | 14 | 15B | 18 | 4A |
| Octal | 314 | 254 | 263 | 0 | 20 | 14 | 24 | 533 | 30 | 112 |
| Binary | 11001100 | 10101100 | 10110011 | 0 | 10000 | 1100 | 10100 | 101011011 | 11000 | 1001010 |
Color Harmonies of #CCACB3
Complementary color
Monochromatic Colors of #CCACB3
Black with #CCACB3
Text Example
Text Example
White with #CCACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACB3; }
p { color: rgb(204,172,179); }
H1.HeaderClassName
{
color: #CCACB3;
}
.AnyTagClassName
{
color: #CCACB3;
}
</style>
background-color css
<style>
a { background-color: #CCACB3; }
a { background-color: rgb(204,172,179); }
div.DivClassName
{
background-color: #CCACB3;
}
.BgClassName
{
background-color: #CCACB3;
}
</style>
border-color css
<style>
span { border-color: #CCACB3; }
span { border-color: rgb(204,172,179); }
td.TdClassName
{
border-color: #CCACB3;
}
.TagClassName
{
border-color: #CCACB3;
}
</style>