Shades of Pink Flare #CCB3B7
Tints of Pink Flare #CCB3B7
RGB
CMYK
RGB Variations
Color information
#CCB3B7 (or 0xCCB3B7) is known color: Pink Flare. HEX triplet: CC, B3 and B7. RGB value is (204,179,183). Sum of RGB (Red+Green+Blue) = 204+179+183=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3B7 is #334C48. Grayscale: #BABABA. Windows color (decimal): -3361865 or 12039116. OLE color: 12039116.
HSL color Cylindrical-coordinate representation of color #CCB3B7: hue angle of 350.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB3B7 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 183 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.2 |
| HSL | 350.4º | 0.2% | 0.75% | - |
| HSV(B) | 350.4º | 0.12% | 0.8% | - |
| XYZ | 49.57 | 48.5 | 51.55 | - |
| YUV | 186.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 183 | 0 | 0.12 | 0.10 | 0.2 | 350.4 | 0.2 | 0.75 |
| Hex | CC | B3 | B7 | 0 | C | A | 14 | 15E | 14 | 4B |
| Octal | 314 | 263 | 267 | 0 | 14 | 12 | 24 | 536 | 24 | 113 |
| Binary | 11001100 | 10110011 | 10110111 | 0 | 1100 | 1010 | 10100 | 101011110 | 10100 | 1001011 |
Color Harmonies of #CCB3B7
Complementary color
Monochromatic Colors of #CCB3B7
Black with #CCB3B7
Text Example
Text Example
White with #CCB3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3B7; }
p { color: rgb(204,179,183); }
H1.HeaderClassName
{
color: #CCB3B7;
}
.AnyTagClassName
{
color: #CCB3B7;
}
</style>
background-color css
<style>
a { background-color: #CCB3B7; }
a { background-color: rgb(204,179,183); }
div.DivClassName
{
background-color: #CCB3B7;
}
.BgClassName
{
background-color: #CCB3B7;
}
</style>
border-color css
<style>
span { border-color: #CCB3B7; }
span { border-color: rgb(204,179,183); }
td.TdClassName
{
border-color: #CCB3B7;
}
.TagClassName
{
border-color: #CCB3B7;
}
</style>