Shades of Pink Flare #C8B5B8
Tints of Pink Flare #C8B5B8
RGB
CMYK
RGB Variations
Color information
#C8B5B8 (or 0xC8B5B8) is known color: Pink Flare. HEX triplet: C8, B5 and B8. RGB value is (200,181,184). Sum of RGB (Red+Green+Blue) = 200+181+184=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5B8 is #374A47. Grayscale: #BBBBBB. Windows color (decimal): -3623496 or 12105160. OLE color: 12105160.
HSL color Cylindrical-coordinate representation of color #C8B5B8: hue angle of 350.53º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B5B8 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 184 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.22 |
| HSL | 350.53º | 0.15% | 0.75% | - |
| HSV(B) | 350.53º | 0.1% | 0.78% | - |
| XYZ | 49 | 48.79 | 52.18 | - |
| YUV | 187.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 184 | 0 | 0.09 | 0.08 | 0.22 | 350.53 | 0.15 | 0.75 |
| Hex | C8 | B5 | B8 | 0 | 9 | 8 | 16 | 15F | F | 4B |
| Octal | 310 | 265 | 270 | 0 | 11 | 10 | 26 | 537 | 17 | 113 |
| Binary | 11001000 | 10110101 | 10111000 | 0 | 1001 | 1000 | 10110 | 101011111 | 1111 | 1001011 |
Color Harmonies of #C8B5B8
Complementary color
Monochromatic Colors of #C8B5B8
Black with #C8B5B8
Text Example
Text Example
White with #C8B5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5B8; }
p { color: rgb(200,181,184); }
H1.HeaderClassName
{
color: #C8B5B8;
}
.AnyTagClassName
{
color: #C8B5B8;
}
</style>
background-color css
<style>
a { background-color: #C8B5B8; }
a { background-color: rgb(200,181,184); }
div.DivClassName
{
background-color: #C8B5B8;
}
.BgClassName
{
background-color: #C8B5B8;
}
</style>
border-color css
<style>
span { border-color: #C8B5B8; }
span { border-color: rgb(200,181,184); }
td.TdClassName
{
border-color: #C8B5B8;
}
.TagClassName
{
border-color: #C8B5B8;
}
</style>