Shades of Pink Flare #CCB8BB
Tints of Pink Flare #CCB8BB
RGB
CMYK
RGB Variations
Color information
#CCB8BB (or 0xCCB8BB) is known color: Pink Flare. HEX triplet: CC, B8 and BB. RGB value is (204,184,187). Sum of RGB (Red+Green+Blue) = 204+184+187=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8BB is #334744. Grayscale: #BEBEBE. Windows color (decimal): -3360581 or 12302540. OLE color: 12302540.
HSL color Cylindrical-coordinate representation of color #CCB8BB: hue angle of 351º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB8BB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 187 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.2 |
| HSL | 351º | 0.16% | 0.76% | - |
| HSV(B) | 351º | 0.1% | 0.8% | - |
| XYZ | 51.01 | 50.71 | 54.11 | - |
| YUV | 190.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 187 | 0 | 0.10 | 0.08 | 0.2 | 351 | 0.16 | 0.76 |
| Hex | CC | B8 | BB | 0 | A | 8 | 14 | 15F | 10 | 4C |
| Octal | 314 | 270 | 273 | 0 | 12 | 10 | 24 | 537 | 20 | 114 |
| Binary | 11001100 | 10111000 | 10111011 | 0 | 1010 | 1000 | 10100 | 101011111 | 10000 | 1001100 |
Color Harmonies of #CCB8BB
Complementary color
Monochromatic Colors of #CCB8BB
Black with #CCB8BB
Text Example
Text Example
White with #CCB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8BB; }
p { color: rgb(204,184,187); }
H1.HeaderClassName
{
color: #CCB8BB;
}
.AnyTagClassName
{
color: #CCB8BB;
}
</style>
background-color css
<style>
a { background-color: #CCB8BB; }
a { background-color: rgb(204,184,187); }
div.DivClassName
{
background-color: #CCB8BB;
}
.BgClassName
{
background-color: #CCB8BB;
}
</style>
border-color css
<style>
span { border-color: #CCB8BB; }
span { border-color: rgb(204,184,187); }
td.TdClassName
{
border-color: #CCB8BB;
}
.TagClassName
{
border-color: #CCB8BB;
}
</style>