Shades of Pink Flare #CCB8BC
Tints of Pink Flare #CCB8BC
RGB
CMYK
RGB Variations
Color information
#CCB8BC (or 0xCCB8BC) is known color: Pink Flare. HEX triplet: CC, B8 and BC. RGB value is (204,184,188). Sum of RGB (Red+Green+Blue) = 204+184+188=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8BC is #334743. Grayscale: #BEBEBE. Windows color (decimal): -3360580 or 12368076. OLE color: 12368076.
HSL color Cylindrical-coordinate representation of color #CCB8BC: hue angle of 348º 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 #CCB8BC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 188 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.2 |
| HSL | 348º | 0.16% | 0.76% | - |
| HSV(B) | 348º | 0.1% | 0.8% | - |
| XYZ | 51.12 | 50.75 | 54.68 | - |
| YUV | 190.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 188 | 0 | 0.10 | 0.08 | 0.2 | 348 | 0.16 | 0.76 |
| Hex | CC | B8 | BC | 0 | A | 8 | 14 | 15C | 10 | 4C |
| Octal | 314 | 270 | 274 | 0 | 12 | 10 | 24 | 534 | 20 | 114 |
| Binary | 11001100 | 10111000 | 10111100 | 0 | 1010 | 1000 | 10100 | 101011100 | 10000 | 1001100 |
Color Harmonies of #CCB8BC
Complementary color
Monochromatic Colors of #CCB8BC
Black with #CCB8BC
Text Example
Text Example
White with #CCB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8BC; }
p { color: rgb(204,184,188); }
H1.HeaderClassName
{
color: #CCB8BC;
}
.AnyTagClassName
{
color: #CCB8BC;
}
</style>
background-color css
<style>
a { background-color: #CCB8BC; }
a { background-color: rgb(204,184,188); }
div.DivClassName
{
background-color: #CCB8BC;
}
.BgClassName
{
background-color: #CCB8BC;
}
</style>
border-color css
<style>
span { border-color: #CCB8BC; }
span { border-color: rgb(204,184,188); }
td.TdClassName
{
border-color: #CCB8BC;
}
.TagClassName
{
border-color: #CCB8BC;
}
</style>