Shades of Oriental Pink #C5887C
Tints of Oriental Pink #C5887C
RGB
CMYK
RGB Variations
Color information
#C5887C (or 0xC5887C) is known color: Oriental Pink. HEX triplet: C5, 88 and 7C. RGB value is (197,136,124). Sum of RGB (Red+Green+Blue) = 197+136+124=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5887C is #3A7783. Grayscale: #989898. Windows color (decimal): -3831684 or 8161477. OLE color: 8161477.
HSL color Cylindrical-coordinate representation of color #C5887C: hue angle of 9.86º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5887C is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 124 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.23 |
| HSL | 9.86º | 0.39% | 0.63% | - |
| HSV(B) | 9.86º | 0.37% | 0.77% | - |
| XYZ | 35.47 | 30.93 | 23.17 | - |
| YUV | 152.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 124 | 0 | 0.31 | 0.37 | 0.23 | 9.86 | 0.39 | 0.63 |
| Hex | C5 | 88 | 7C | 0 | 1F | 25 | 17 | A | 27 | 3F |
| Octal | 305 | 210 | 174 | 0 | 37 | 45 | 27 | 12 | 47 | 77 |
| Binary | 11000101 | 10001000 | 1111100 | 0 | 11111 | 100101 | 10111 | 1010 | 100111 | 111111 |
Color Harmonies of #C5887C
Complementary color
Monochromatic Colors of #C5887C
Black with #C5887C
Text Example
Text Example
White with #C5887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5887C; }
p { color: rgb(197,136,124); }
H1.HeaderClassName
{
color: #C5887C;
}
.AnyTagClassName
{
color: #C5887C;
}
</style>
background-color css
<style>
a { background-color: #C5887C; }
a { background-color: rgb(197,136,124); }
div.DivClassName
{
background-color: #C5887C;
}
.BgClassName
{
background-color: #C5887C;
}
</style>
border-color css
<style>
span { border-color: #C5887C; }
span { border-color: rgb(197,136,124); }
td.TdClassName
{
border-color: #C5887C;
}
.TagClassName
{
border-color: #C5887C;
}
</style>