Shades of Oriental Pink #C58D7E
Tints of Oriental Pink #C58D7E
RGB
CMYK
RGB Variations
Color information
#C58D7E (or 0xC58D7E) is known color: Oriental Pink. HEX triplet: C5, 8D and 7E. RGB value is (197,141,126). Sum of RGB (Red+Green+Blue) = 197+141+126=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D7E is #3A7281. Grayscale: #9C9C9C. Windows color (decimal): -3830402 or 8293829. OLE color: 8293829.
HSL color Cylindrical-coordinate representation of color #C58D7E: hue angle of 12.68º 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 #C58D7E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 126 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.23 |
| HSL | 12.68º | 0.38% | 0.63% | - |
| HSV(B) | 12.68º | 0.36% | 0.77% | - |
| XYZ | 36.32 | 32.43 | 24.08 | - |
| YUV | 156.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 126 | 0 | 0.28 | 0.36 | 0.23 | 12.68 | 0.38 | 0.63 |
| Hex | C5 | 8D | 7E | 0 | 1C | 24 | 17 | D | 26 | 3F |
| Octal | 305 | 215 | 176 | 0 | 34 | 44 | 27 | 15 | 46 | 77 |
| Binary | 11000101 | 10001101 | 1111110 | 0 | 11100 | 100100 | 10111 | 1101 | 100110 | 111111 |
Color Harmonies of #C58D7E
Complementary color
Monochromatic Colors of #C58D7E
Black with #C58D7E
Text Example
Text Example
White with #C58D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D7E; }
p { color: rgb(197,141,126); }
H1.HeaderClassName
{
color: #C58D7E;
}
.AnyTagClassName
{
color: #C58D7E;
}
</style>
background-color css
<style>
a { background-color: #C58D7E; }
a { background-color: rgb(197,141,126); }
div.DivClassName
{
background-color: #C58D7E;
}
.BgClassName
{
background-color: #C58D7E;
}
</style>
border-color css
<style>
span { border-color: #C58D7E; }
span { border-color: rgb(197,141,126); }
td.TdClassName
{
border-color: #C58D7E;
}
.TagClassName
{
border-color: #C58D7E;
}
</style>