Shades of Pink Flare #CCB6B8
Tints of Pink Flare #CCB6B8
RGB
CMYK
RGB Variations
Color information
#CCB6B8 (or 0xCCB6B8) is known color: Pink Flare. HEX triplet: CC, B6 and B8. RGB value is (204,182,184). Sum of RGB (Red+Green+Blue) = 204+182+184=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B8 is #334947. Grayscale: #BCBCBC. Windows color (decimal): -3361096 or 12105420. OLE color: 12105420.
HSL color Cylindrical-coordinate representation of color #CCB6B8: hue angle of 354.55º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB6B8 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 184 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.2 |
| HSL | 354.55º | 0.18% | 0.76% | - |
| HSV(B) | 354.55º | 0.11% | 0.8% | - |
| XYZ | 50.28 | 49.75 | 52.3 | - |
| YUV | 188.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 184 | 0 | 0.11 | 0.10 | 0.2 | 354.55 | 0.18 | 0.76 |
| Hex | CC | B6 | B8 | 0 | B | A | 14 | 163 | 12 | 4C |
| Octal | 314 | 266 | 270 | 0 | 13 | 12 | 24 | 543 | 22 | 114 |
| Binary | 11001100 | 10110110 | 10111000 | 0 | 1011 | 1010 | 10100 | 101100011 | 10010 | 1001100 |
Color Harmonies of #CCB6B8
Complementary color
Monochromatic Colors of #CCB6B8
Black with #CCB6B8
Text Example
Text Example
White with #CCB6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6B8; }
p { color: rgb(204,182,184); }
H1.HeaderClassName
{
color: #CCB6B8;
}
.AnyTagClassName
{
color: #CCB6B8;
}
</style>
background-color css
<style>
a { background-color: #CCB6B8; }
a { background-color: rgb(204,182,184); }
div.DivClassName
{
background-color: #CCB6B8;
}
.BgClassName
{
background-color: #CCB6B8;
}
</style>
border-color css
<style>
span { border-color: #CCB6B8; }
span { border-color: rgb(204,182,184); }
td.TdClassName
{
border-color: #CCB6B8;
}
.TagClassName
{
border-color: #CCB6B8;
}
</style>