Shades of Pink Flare #CCBABB
Tints of Pink Flare #CCBABB
RGB
CMYK
RGB Variations
Color information
#CCBABB (or 0xCCBABB) is known color: Pink Flare. HEX triplet: CC, BA and BB. RGB value is (204,186,187). Sum of RGB (Red+Green+Blue) = 204+186+187=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABB is #334544. Grayscale: #BFBFBF. Windows color (decimal): -3360069 or 12303052. OLE color: 12303052.
HSL color Cylindrical-coordinate representation of color #CCBABB: hue angle of 356.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBABB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 187 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.2 |
| HSL | 356.67º | 0.15% | 0.76% | - |
| HSV(B) | 356.67º | 0.09% | 0.8% | - |
| XYZ | 51.43 | 51.54 | 54.25 | - |
| YUV | 191.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 187 | 0 | 0.09 | 0.08 | 0.2 | 356.67 | 0.15 | 0.76 |
| Hex | CC | BA | BB | 0 | 9 | 8 | 14 | 165 | F | 4C |
| Octal | 314 | 272 | 273 | 0 | 11 | 10 | 24 | 545 | 17 | 114 |
| Binary | 11001100 | 10111010 | 10111011 | 0 | 1001 | 1000 | 10100 | 101100101 | 1111 | 1001100 |
Color Harmonies of #CCBABB
Complementary color
Monochromatic Colors of #CCBABB
Black with #CCBABB
Text Example
Text Example
White with #CCBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBABB; }
p { color: rgb(204,186,187); }
H1.HeaderClassName
{
color: #CCBABB;
}
.AnyTagClassName
{
color: #CCBABB;
}
</style>
background-color css
<style>
a { background-color: #CCBABB; }
a { background-color: rgb(204,186,187); }
div.DivClassName
{
background-color: #CCBABB;
}
.BgClassName
{
background-color: #CCBABB;
}
</style>
border-color css
<style>
span { border-color: #CCBABB; }
span { border-color: rgb(204,186,187); }
td.TdClassName
{
border-color: #CCBABB;
}
.TagClassName
{
border-color: #CCBABB;
}
</style>