Shades of Pink Flare #CCB7BB
Tints of Pink Flare #CCB7BB
RGB
CMYK
RGB Variations
Color information
#CCB7BB (or 0xCCB7BB) is known color: Pink Flare. HEX triplet: CC, B7 and BB. RGB value is (204,183,187). Sum of RGB (Red+Green+Blue) = 204+183+187=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7BB is #334844. Grayscale: #BDBDBD. Windows color (decimal): -3360837 or 12302284. OLE color: 12302284.
HSL color Cylindrical-coordinate representation of color #CCB7BB: hue angle of 348.57º degrees, saturation: 0.17, 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 #CCB7BB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 187 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.2 |
| HSL | 348.57º | 0.17% | 0.76% | - |
| HSV(B) | 348.57º | 0.1% | 0.8% | - |
| XYZ | 50.8 | 50.29 | 54.04 | - |
| YUV | 189.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 187 | 0 | 0.10 | 0.08 | 0.2 | 348.57 | 0.17 | 0.76 |
| Hex | CC | B7 | BB | 0 | A | 8 | 14 | 15D | 11 | 4C |
| Octal | 314 | 267 | 273 | 0 | 12 | 10 | 24 | 535 | 21 | 114 |
| Binary | 11001100 | 10110111 | 10111011 | 0 | 1010 | 1000 | 10100 | 101011101 | 10001 | 1001100 |
Color Harmonies of #CCB7BB
Complementary color
Monochromatic Colors of #CCB7BB
Black with #CCB7BB
Text Example
Text Example
White with #CCB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7BB; }
p { color: rgb(204,183,187); }
H1.HeaderClassName
{
color: #CCB7BB;
}
.AnyTagClassName
{
color: #CCB7BB;
}
</style>
background-color css
<style>
a { background-color: #CCB7BB; }
a { background-color: rgb(204,183,187); }
div.DivClassName
{
background-color: #CCB7BB;
}
.BgClassName
{
background-color: #CCB7BB;
}
</style>
border-color css
<style>
span { border-color: #CCB7BB; }
span { border-color: rgb(204,183,187); }
td.TdClassName
{
border-color: #CCB7BB;
}
.TagClassName
{
border-color: #CCB7BB;
}
</style>