Shades of Pink Flare #C2B8B9
Tints of Pink Flare #C2B8B9
RGB
CMYK
RGB Variations
Color information
#C2B8B9 (or 0xC2B8B9) is known color: Pink Flare. HEX triplet: C2, B8 and B9. RGB value is (194,184,185). Sum of RGB (Red+Green+Blue) = 194+184+185=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8B9 is #3D4746. Grayscale: #BBBBBB. Windows color (decimal): -4015943 or 12171458. OLE color: 12171458.
HSL color Cylindrical-coordinate representation of color #C2B8B9: hue angle of 354º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2B8B9 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 185 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.24 |
| HSL | 354º | 0.08% | 0.74% | - |
| HSV(B) | 354º | 0.05% | 0.76% | - |
| XYZ | 48.15 | 49.25 | 52.87 | - |
| YUV | 187.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 185 | 0 | 0.05 | 0.05 | 0.24 | 354 | 0.08 | 0.74 |
| Hex | C2 | B8 | B9 | 0 | 5 | 5 | 18 | 162 | 8 | 4A |
| Octal | 302 | 270 | 271 | 0 | 5 | 5 | 30 | 542 | 10 | 112 |
| Binary | 11000010 | 10111000 | 10111001 | 0 | 101 | 101 | 11000 | 101100010 | 1000 | 1001010 |
Color Harmonies of #C2B8B9
Complementary color
Monochromatic Colors of #C2B8B9
Black with #C2B8B9
Text Example
Text Example
White with #C2B8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8B9; }
p { color: rgb(194,184,185); }
H1.HeaderClassName
{
color: #C2B8B9;
}
.AnyTagClassName
{
color: #C2B8B9;
}
</style>
background-color css
<style>
a { background-color: #C2B8B9; }
a { background-color: rgb(194,184,185); }
div.DivClassName
{
background-color: #C2B8B9;
}
.BgClassName
{
background-color: #C2B8B9;
}
</style>
border-color css
<style>
span { border-color: #C2B8B9; }
span { border-color: rgb(194,184,185); }
td.TdClassName
{
border-color: #C2B8B9;
}
.TagClassName
{
border-color: #C2B8B9;
}
</style>