Shades of Pink Flare #C8B3B6
Tints of Pink Flare #C8B3B6
RGB
CMYK
RGB Variations
Color information
#C8B3B6 (or 0xC8B3B6) is known color: Pink Flare. HEX triplet: C8, B3 and B6. RGB value is (200,179,182). Sum of RGB (Red+Green+Blue) = 200+179+182=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3B6 is #374C49. Grayscale: #B9B9B9. Windows color (decimal): -3624010 or 11973576. OLE color: 11973576.
HSL color Cylindrical-coordinate representation of color #C8B3B6: hue angle of 351.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B3B6 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 182 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.22 |
| HSL | 351.43º | 0.16% | 0.74% | - |
| HSV(B) | 351.43º | 0.11% | 0.78% | - |
| XYZ | 48.38 | 47.9 | 50.95 | - |
| YUV | 185.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 182 | 0 | 0.10 | 0.09 | 0.22 | 351.43 | 0.16 | 0.74 |
| Hex | C8 | B3 | B6 | 0 | A | 9 | 16 | 15F | 10 | 4A |
| Octal | 310 | 263 | 266 | 0 | 12 | 11 | 26 | 537 | 20 | 112 |
| Binary | 11001000 | 10110011 | 10110110 | 0 | 1010 | 1001 | 10110 | 101011111 | 10000 | 1001010 |
Color Harmonies of #C8B3B6
Complementary color
Monochromatic Colors of #C8B3B6
Black with #C8B3B6
Text Example
Text Example
White with #C8B3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3B6; }
p { color: rgb(200,179,182); }
H1.HeaderClassName
{
color: #C8B3B6;
}
.AnyTagClassName
{
color: #C8B3B6;
}
</style>
background-color css
<style>
a { background-color: #C8B3B6; }
a { background-color: rgb(200,179,182); }
div.DivClassName
{
background-color: #C8B3B6;
}
.BgClassName
{
background-color: #C8B3B6;
}
</style>
border-color css
<style>
span { border-color: #C8B3B6; }
span { border-color: rgb(200,179,182); }
td.TdClassName
{
border-color: #C8B3B6;
}
.TagClassName
{
border-color: #C8B3B6;
}
</style>