Shades of Solid Pink #8C595B
Tints of Solid Pink #8C595B
RGB
CMYK
RGB Variations
Color information
#8C595B (or 0x8C595B) is known color: Solid Pink. HEX triplet: 8C, 59 and 5B. RGB value is (140,89,91). Sum of RGB (Red+Green+Blue) = 140+89+91=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C595B is #73A6A4. Grayscale: #686868. Windows color (decimal): -7579301 or 5986700. OLE color: 5986700.
HSL color Cylindrical-coordinate representation of color #8C595B: hue angle of 357.65º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C595B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 91 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.45 |
| HSL | 357.65º | 0.22% | 0.45% | - |
| HSV(B) | 357.65º | 0.36% | 0.55% | - |
| XYZ | 16.28 | 13.48 | 11.64 | - |
| YUV | 104.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 91 | 0 | 0.36 | 0.35 | 0.45 | 357.65 | 0.22 | 0.45 |
| Hex | 8C | 59 | 5B | 0 | 24 | 23 | 2D | 166 | 16 | 2D |
| Octal | 214 | 131 | 133 | 0 | 44 | 43 | 55 | 546 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1011011 | 0 | 100100 | 100011 | 101101 | 101100110 | 10110 | 101101 |
Color Harmonies of #8C595B
Complementary color
Monochromatic Colors of #8C595B
Black with #8C595B
Text Example
Text Example
White with #8C595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C595B; }
p { color: rgb(140,89,91); }
H1.HeaderClassName
{
color: #8C595B;
}
.AnyTagClassName
{
color: #8C595B;
}
</style>
background-color css
<style>
a { background-color: #8C595B; }
a { background-color: rgb(140,89,91); }
div.DivClassName
{
background-color: #8C595B;
}
.BgClassName
{
background-color: #8C595B;
}
</style>
border-color css
<style>
span { border-color: #8C595B; }
span { border-color: rgb(140,89,91); }
td.TdClassName
{
border-color: #8C595B;
}
.TagClassName
{
border-color: #8C595B;
}
</style>