Shades of Oriental Pink #C58F86
Tints of Oriental Pink #C58F86
RGB
CMYK
RGB Variations
Color information
#C58F86 (or 0xC58F86) is known color: Oriental Pink. HEX triplet: C5, 8F and 86. RGB value is (197,143,134). Sum of RGB (Red+Green+Blue) = 197+143+134=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F86 is #3A7079. Grayscale: #9E9E9E. Windows color (decimal): -3829882 or 8818629. OLE color: 8818629.
HSL color Cylindrical-coordinate representation of color #C58F86: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58F86 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 134 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.23 |
| HSL | 8.57º | 0.35% | 0.65% | - |
| HSV(B) | 8.57º | 0.32% | 0.77% | - |
| XYZ | 37.15 | 33.24 | 27.01 | - |
| YUV | 158.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 134 | 0 | 0.27 | 0.32 | 0.23 | 8.57 | 0.35 | 0.65 |
| Hex | C5 | 8F | 86 | 0 | 1B | 20 | 17 | 9 | 23 | 41 |
| Octal | 305 | 217 | 206 | 0 | 33 | 40 | 27 | 11 | 43 | 101 |
| Binary | 11000101 | 10001111 | 10000110 | 0 | 11011 | 100000 | 10111 | 1001 | 100011 | 1000001 |
Color Harmonies of #C58F86
Complementary color
Monochromatic Colors of #C58F86
Black with #C58F86
Text Example
Text Example
White with #C58F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F86; }
p { color: rgb(197,143,134); }
H1.HeaderClassName
{
color: #C58F86;
}
.AnyTagClassName
{
color: #C58F86;
}
</style>
background-color css
<style>
a { background-color: #C58F86; }
a { background-color: rgb(197,143,134); }
div.DivClassName
{
background-color: #C58F86;
}
.BgClassName
{
background-color: #C58F86;
}
</style>
border-color css
<style>
span { border-color: #C58F86; }
span { border-color: rgb(197,143,134); }
td.TdClassName
{
border-color: #C58F86;
}
.TagClassName
{
border-color: #C58F86;
}
</style>