Shades of Pink Flare #CCBBBE
Tints of Pink Flare #CCBBBE
RGB
CMYK
RGB Variations
Color information
#CCBBBE (or 0xCCBBBE) is known color: Pink Flare. HEX triplet: CC, BB and BE. RGB value is (204,187,190). Sum of RGB (Red+Green+Blue) = 204+187+190=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBBE is #334441. Grayscale: #C0C0C0. Windows color (decimal): -3359810 or 12499916. OLE color: 12499916.
HSL color Cylindrical-coordinate representation of color #CCBBBE: hue angle of 349.41º 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 #CCBBBE is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 190 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.2 |
| HSL | 349.41º | 0.14% | 0.77% | - |
| HSV(B) | 349.41º | 0.08% | 0.8% | - |
| XYZ | 51.97 | 52.1 | 56.03 | - |
| YUV | 192.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 190 | 0 | 0.08 | 0.07 | 0.2 | 349.41 | 0.14 | 0.77 |
| Hex | CC | BB | BE | 0 | 8 | 7 | 14 | 15D | E | 4D |
| Octal | 314 | 273 | 276 | 0 | 10 | 7 | 24 | 535 | 16 | 115 |
| Binary | 11001100 | 10111011 | 10111110 | 0 | 1000 | 111 | 10100 | 101011101 | 1110 | 1001101 |
Color Harmonies of #CCBBBE
Complementary color
Monochromatic Colors of #CCBBBE
Black with #CCBBBE
Text Example
Text Example
White with #CCBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBBE; }
p { color: rgb(204,187,190); }
H1.HeaderClassName
{
color: #CCBBBE;
}
.AnyTagClassName
{
color: #CCBBBE;
}
</style>
background-color css
<style>
a { background-color: #CCBBBE; }
a { background-color: rgb(204,187,190); }
div.DivClassName
{
background-color: #CCBBBE;
}
.BgClassName
{
background-color: #CCBBBE;
}
</style>
border-color css
<style>
span { border-color: #CCBBBE; }
span { border-color: rgb(204,187,190); }
td.TdClassName
{
border-color: #CCBBBE;
}
.TagClassName
{
border-color: #CCBBBE;
}
</style>