Shades of Pink Flare #CCBCBE
Tints of Pink Flare #CCBCBE
RGB
CMYK
RGB Variations
Color information
#CCBCBE (or 0xCCBCBE) is known color: Pink Flare. HEX triplet: CC, BC and BE. RGB value is (204,188,190). Sum of RGB (Red+Green+Blue) = 204+188+190=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCBE is #334341. Grayscale: #C1C1C1. Windows color (decimal): -3359554 or 12500172. OLE color: 12500172.
HSL color Cylindrical-coordinate representation of color #CCBCBE: hue angle of 352.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBCBE is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 190 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.2 |
| HSL | 352.5º | 0.14% | 0.77% | - |
| HSV(B) | 352.5º | 0.08% | 0.8% | - |
| XYZ | 52.18 | 52.52 | 56.1 | - |
| YUV | 193.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 190 | 0 | 0.08 | 0.07 | 0.2 | 352.5 | 0.14 | 0.77 |
| Hex | CC | BC | BE | 0 | 8 | 7 | 14 | 160 | E | 4D |
| Octal | 314 | 274 | 276 | 0 | 10 | 7 | 24 | 540 | 16 | 115 |
| Binary | 11001100 | 10111100 | 10111110 | 0 | 1000 | 111 | 10100 | 101100000 | 1110 | 1001101 |
Color Harmonies of #CCBCBE
Complementary color
Monochromatic Colors of #CCBCBE
Black with #CCBCBE
Text Example
Text Example
White with #CCBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCBE; }
p { color: rgb(204,188,190); }
H1.HeaderClassName
{
color: #CCBCBE;
}
.AnyTagClassName
{
color: #CCBCBE;
}
</style>
background-color css
<style>
a { background-color: #CCBCBE; }
a { background-color: rgb(204,188,190); }
div.DivClassName
{
background-color: #CCBCBE;
}
.BgClassName
{
background-color: #CCBCBE;
}
</style>
border-color css
<style>
span { border-color: #CCBCBE; }
span { border-color: rgb(204,188,190); }
td.TdClassName
{
border-color: #CCBCBE;
}
.TagClassName
{
border-color: #CCBCBE;
}
</style>