Shades of Pink Flare #C8B1B4
Tints of Pink Flare #C8B1B4
RGB
CMYK
RGB Variations
Color information
#C8B1B4 (or 0xC8B1B4) is known color: Pink Flare. HEX triplet: C8, B1 and B4. RGB value is (200,177,180). Sum of RGB (Red+Green+Blue) = 200+177+180=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1B4 is #374E4B. Grayscale: #B8B8B8. Windows color (decimal): -3624524 or 11841992. OLE color: 11841992.
HSL color Cylindrical-coordinate representation of color #C8B1B4: hue angle of 352.17º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B1B4 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 180 | - |
| CMYK | 0 | 0.12 | 0.1 | 0.22 |
| HSL | 352.17º | 0.17% | 0.74% | - |
| HSV(B) | 352.17º | 0.12% | 0.78% | - |
| XYZ | 47.78 | 47.02 | 49.74 | - |
| YUV | 184.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 180 | 0 | 0.12 | 0.1 | 0.22 | 352.17 | 0.17 | 0.74 |
| Hex | C8 | B1 | B4 | 0 | C | A | 16 | 160 | 11 | 4A |
| Octal | 310 | 261 | 264 | 0 | 14 | 12 | 26 | 540 | 21 | 112 |
| Binary | 11001000 | 10110001 | 10110100 | 0 | 1100 | 1010 | 10110 | 101100000 | 10001 | 1001010 |
Color Harmonies of #C8B1B4
Complementary color
Monochromatic Colors of #C8B1B4
Black with #C8B1B4
Text Example
Text Example
White with #C8B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1B4; }
p { color: rgb(200,177,180); }
H1.HeaderClassName
{
color: #C8B1B4;
}
.AnyTagClassName
{
color: #C8B1B4;
}
</style>
background-color css
<style>
a { background-color: #C8B1B4; }
a { background-color: rgb(200,177,180); }
div.DivClassName
{
background-color: #C8B1B4;
}
.BgClassName
{
background-color: #C8B1B4;
}
</style>
border-color css
<style>
span { border-color: #C8B1B4; }
span { border-color: rgb(200,177,180); }
td.TdClassName
{
border-color: #C8B1B4;
}
.TagClassName
{
border-color: #C8B1B4;
}
</style>