Shades of Pink Flare #CCBBBD
Tints of Pink Flare #CCBBBD
RGB
CMYK
RGB Variations
Color information
#CCBBBD (or 0xCCBBBD) is known color: Pink Flare. HEX triplet: CC, BB and BD. RGB value is (204,187,189). Sum of RGB (Red+Green+Blue) = 204+187+189=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBBD is #334442. Grayscale: #C0C0C0. Windows color (decimal): -3359811 or 12434380. OLE color: 12434380.
HSL color Cylindrical-coordinate representation of color #CCBBBD: hue angle of 352.94º 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 #CCBBBD is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 189 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.2 |
| HSL | 352.94º | 0.14% | 0.77% | - |
| HSV(B) | 352.94º | 0.08% | 0.8% | - |
| XYZ | 51.86 | 52.05 | 55.46 | - |
| YUV | 192.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 189 | 0 | 0.08 | 0.07 | 0.2 | 352.94 | 0.14 | 0.77 |
| Hex | CC | BB | BD | 0 | 8 | 7 | 14 | 161 | E | 4D |
| Octal | 314 | 273 | 275 | 0 | 10 | 7 | 24 | 541 | 16 | 115 |
| Binary | 11001100 | 10111011 | 10111101 | 0 | 1000 | 111 | 10100 | 101100001 | 1110 | 1001101 |
Color Harmonies of #CCBBBD
Complementary color
Monochromatic Colors of #CCBBBD
Black with #CCBBBD
Text Example
Text Example
White with #CCBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBBD; }
p { color: rgb(204,187,189); }
H1.HeaderClassName
{
color: #CCBBBD;
}
.AnyTagClassName
{
color: #CCBBBD;
}
</style>
background-color css
<style>
a { background-color: #CCBBBD; }
a { background-color: rgb(204,187,189); }
div.DivClassName
{
background-color: #CCBBBD;
}
.BgClassName
{
background-color: #CCBBBD;
}
</style>
border-color css
<style>
span { border-color: #CCBBBD; }
span { border-color: rgb(204,187,189); }
td.TdClassName
{
border-color: #CCBBBD;
}
.TagClassName
{
border-color: #CCBBBD;
}
</style>