Shades of Oriental Pink #C58F7E
Tints of Oriental Pink #C58F7E
RGB
CMYK
RGB Variations
Color information
#C58F7E (or 0xC58F7E) is known color: Oriental Pink. HEX triplet: C5, 8F and 7E. RGB value is (197,143,126). Sum of RGB (Red+Green+Blue) = 197+143+126=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F7E is #3A7081. Grayscale: #9D9D9D. Windows color (decimal): -3829890 or 8294341. OLE color: 8294341.
HSL color Cylindrical-coordinate representation of color #C58F7E: hue angle of 14.37º 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 #C58F7E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 126 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.23 |
| HSL | 14.37º | 0.38% | 0.63% | - |
| HSV(B) | 14.37º | 0.36% | 0.77% | - |
| XYZ | 36.61 | 33.02 | 24.18 | - |
| YUV | 157.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 126 | 0 | 0.27 | 0.36 | 0.23 | 14.37 | 0.38 | 0.63 |
| Hex | C5 | 8F | 7E | 0 | 1B | 24 | 17 | E | 26 | 3F |
| Octal | 305 | 217 | 176 | 0 | 33 | 44 | 27 | 16 | 46 | 77 |
| Binary | 11000101 | 10001111 | 1111110 | 0 | 11011 | 100100 | 10111 | 1110 | 100110 | 111111 |
Color Harmonies of #C58F7E
Complementary color
Monochromatic Colors of #C58F7E
Black with #C58F7E
Text Example
Text Example
White with #C58F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F7E; }
p { color: rgb(197,143,126); }
H1.HeaderClassName
{
color: #C58F7E;
}
.AnyTagClassName
{
color: #C58F7E;
}
</style>
background-color css
<style>
a { background-color: #C58F7E; }
a { background-color: rgb(197,143,126); }
div.DivClassName
{
background-color: #C58F7E;
}
.BgClassName
{
background-color: #C58F7E;
}
</style>
border-color css
<style>
span { border-color: #C58F7E; }
span { border-color: rgb(197,143,126); }
td.TdClassName
{
border-color: #C58F7E;
}
.TagClassName
{
border-color: #C58F7E;
}
</style>