Shades of Oriental Pink #C58886
Tints of Oriental Pink #C58886
RGB
CMYK
RGB Variations
Color information
#C58886 (or 0xC58886) is known color: Oriental Pink. HEX triplet: C5, 88 and 86. RGB value is (197,136,134). Sum of RGB (Red+Green+Blue) = 197+136+134=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C58886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58886 is #3A7779. Grayscale: #9A9A9A. Windows color (decimal): -3831674 or 8816837. OLE color: 8816837.
HSL color Cylindrical-coordinate representation of color #C58886: hue angle of 1.9º 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 #C58886 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 134 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.23 |
| HSL | 1.9º | 0.35% | 0.65% | - |
| HSV(B) | 1.9º | 0.32% | 0.77% | - |
| XYZ | 36.13 | 31.2 | 26.67 | - |
| YUV | 154.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 134 | 0 | 0.31 | 0.32 | 0.23 | 1.9 | 0.35 | 0.65 |
| Hex | C5 | 88 | 86 | 0 | 1F | 20 | 17 | 2 | 23 | 41 |
| Octal | 305 | 210 | 206 | 0 | 37 | 40 | 27 | 2 | 43 | 101 |
| Binary | 11000101 | 10001000 | 10000110 | 0 | 11111 | 100000 | 10111 | 10 | 100011 | 1000001 |
Color Harmonies of #C58886
Complementary color
Monochromatic Colors of #C58886
Black with #C58886
Text Example
Text Example
White with #C58886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58886; }
p { color: rgb(197,136,134); }
H1.HeaderClassName
{
color: #C58886;
}
.AnyTagClassName
{
color: #C58886;
}
</style>
background-color css
<style>
a { background-color: #C58886; }
a { background-color: rgb(197,136,134); }
div.DivClassName
{
background-color: #C58886;
}
.BgClassName
{
background-color: #C58886;
}
</style>
border-color css
<style>
span { border-color: #C58886; }
span { border-color: rgb(197,136,134); }
td.TdClassName
{
border-color: #C58886;
}
.TagClassName
{
border-color: #C58886;
}
</style>