Shades of Oriental Pink #C5877E
Tints of Oriental Pink #C5877E
RGB
CMYK
RGB Variations
Color information
#C5877E (or 0xC5877E) is known color: Oriental Pink. HEX triplet: C5, 87 and 7E. RGB value is (197,135,126). Sum of RGB (Red+Green+Blue) = 197+135+126=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5877E is #3A7881. Grayscale: #989898. Windows color (decimal): -3831938 or 8292293. OLE color: 8292293.
HSL color Cylindrical-coordinate representation of color #C5877E: hue angle of 7.61º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5877E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 126 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.23 |
| HSL | 7.61º | 0.38% | 0.63% | - |
| HSV(B) | 7.61º | 0.36% | 0.77% | - |
| XYZ | 35.46 | 30.7 | 23.8 | - |
| YUV | 152.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 126 | 0 | 0.31 | 0.36 | 0.23 | 7.61 | 0.38 | 0.63 |
| Hex | C5 | 87 | 7E | 0 | 1F | 24 | 17 | 8 | 26 | 3F |
| Octal | 305 | 207 | 176 | 0 | 37 | 44 | 27 | 10 | 46 | 77 |
| Binary | 11000101 | 10000111 | 1111110 | 0 | 11111 | 100100 | 10111 | 1000 | 100110 | 111111 |
Color Harmonies of #C5877E
Complementary color
Monochromatic Colors of #C5877E
Black with #C5877E
Text Example
Text Example
White with #C5877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5877E; }
p { color: rgb(197,135,126); }
H1.HeaderClassName
{
color: #C5877E;
}
.AnyTagClassName
{
color: #C5877E;
}
</style>
background-color css
<style>
a { background-color: #C5877E; }
a { background-color: rgb(197,135,126); }
div.DivClassName
{
background-color: #C5877E;
}
.BgClassName
{
background-color: #C5877E;
}
</style>
border-color css
<style>
span { border-color: #C5877E; }
span { border-color: rgb(197,135,126); }
td.TdClassName
{
border-color: #C5877E;
}
.TagClassName
{
border-color: #C5877E;
}
</style>