Shades of Oriental Pink #C5887F
Tints of Oriental Pink #C5887F
RGB
CMYK
RGB Variations
Color information
#C5887F (or 0xC5887F) is known color: Oriental Pink. HEX triplet: C5, 88 and 7F. RGB value is (197,136,127). Sum of RGB (Red+Green+Blue) = 197+136+127=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5887F is #3A7780. Grayscale: #999999. Windows color (decimal): -3831681 or 8358085. OLE color: 8358085.
HSL color Cylindrical-coordinate representation of color #C5887F: hue angle of 7.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5887F is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 127 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.23 |
| HSL | 7.71º | 0.38% | 0.64% | - |
| HSV(B) | 7.71º | 0.36% | 0.77% | - |
| XYZ | 35.66 | 31.01 | 24.18 | - |
| YUV | 153.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 127 | 0 | 0.31 | 0.36 | 0.23 | 7.71 | 0.38 | 0.64 |
| Hex | C5 | 88 | 7F | 0 | 1F | 24 | 17 | 8 | 26 | 40 |
| Octal | 305 | 210 | 177 | 0 | 37 | 44 | 27 | 10 | 46 | 100 |
| Binary | 11000101 | 10001000 | 1111111 | 0 | 11111 | 100100 | 10111 | 1000 | 100110 | 1000000 |
Color Harmonies of #C5887F
Complementary color
Monochromatic Colors of #C5887F
Black with #C5887F
Text Example
Text Example
White with #C5887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5887F; }
p { color: rgb(197,136,127); }
H1.HeaderClassName
{
color: #C5887F;
}
.AnyTagClassName
{
color: #C5887F;
}
</style>
background-color css
<style>
a { background-color: #C5887F; }
a { background-color: rgb(197,136,127); }
div.DivClassName
{
background-color: #C5887F;
}
.BgClassName
{
background-color: #C5887F;
}
</style>
border-color css
<style>
span { border-color: #C5887F; }
span { border-color: rgb(197,136,127); }
td.TdClassName
{
border-color: #C5887F;
}
.TagClassName
{
border-color: #C5887F;
}
</style>