Shades of Pink Flare #CCB2B8
Tints of Pink Flare #CCB2B8
RGB
CMYK
RGB Variations
Color information
#CCB2B8 (or 0xCCB2B8) is known color: Pink Flare. HEX triplet: CC, B2 and B8. RGB value is (204,178,184). Sum of RGB (Red+Green+Blue) = 204+178+184=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2B8 is #334D47. Grayscale: #BABABA. Windows color (decimal): -3362120 or 12104396. OLE color: 12104396.
HSL color Cylindrical-coordinate representation of color #CCB2B8: hue angle of 346.15º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB2B8 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 184 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.2 |
| HSL | 346.15º | 0.2% | 0.75% | - |
| HSV(B) | 346.15º | 0.13% | 0.8% | - |
| XYZ | 49.47 | 48.14 | 52.03 | - |
| YUV | 186.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 184 | 0 | 0.13 | 0.10 | 0.2 | 346.15 | 0.2 | 0.75 |
| Hex | CC | B2 | B8 | 0 | D | A | 14 | 15A | 14 | 4B |
| Octal | 314 | 262 | 270 | 0 | 15 | 12 | 24 | 532 | 24 | 113 |
| Binary | 11001100 | 10110010 | 10111000 | 0 | 1101 | 1010 | 10100 | 101011010 | 10100 | 1001011 |
Color Harmonies of #CCB2B8
Complementary color
Monochromatic Colors of #CCB2B8
Black with #CCB2B8
Text Example
Text Example
White with #CCB2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2B8; }
p { color: rgb(204,178,184); }
H1.HeaderClassName
{
color: #CCB2B8;
}
.AnyTagClassName
{
color: #CCB2B8;
}
</style>
background-color css
<style>
a { background-color: #CCB2B8; }
a { background-color: rgb(204,178,184); }
div.DivClassName
{
background-color: #CCB2B8;
}
.BgClassName
{
background-color: #CCB2B8;
}
</style>
border-color css
<style>
span { border-color: #CCB2B8; }
span { border-color: rgb(204,178,184); }
td.TdClassName
{
border-color: #CCB2B8;
}
.TagClassName
{
border-color: #CCB2B8;
}
</style>