Shades of Oriental Pink #C58A7E
Tints of Oriental Pink #C58A7E
RGB
CMYK
RGB Variations
Color information
#C58A7E (or 0xC58A7E) is known color: Oriental Pink. HEX triplet: C5, 8A and 7E. RGB value is (197,138,126). Sum of RGB (Red+Green+Blue) = 197+138+126=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A7E is #3A7581. Grayscale: #9A9A9A. Windows color (decimal): -3831170 or 8293061. OLE color: 8293061.
HSL color Cylindrical-coordinate representation of color #C58A7E: hue angle of 10.14º 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 #C58A7E is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 126 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.23 |
| HSL | 10.14º | 0.38% | 0.63% | - |
| HSV(B) | 10.14º | 0.36% | 0.77% | - |
| XYZ | 35.88 | 31.55 | 23.94 | - |
| YUV | 154.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 126 | 0 | 0.30 | 0.36 | 0.23 | 10.14 | 0.38 | 0.63 |
| Hex | C5 | 8A | 7E | 0 | 1E | 24 | 17 | A | 26 | 3F |
| Octal | 305 | 212 | 176 | 0 | 36 | 44 | 27 | 12 | 46 | 77 |
| Binary | 11000101 | 10001010 | 1111110 | 0 | 11110 | 100100 | 10111 | 1010 | 100110 | 111111 |
Color Harmonies of #C58A7E
Complementary color
Monochromatic Colors of #C58A7E
Black with #C58A7E
Text Example
Text Example
White with #C58A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A7E; }
p { color: rgb(197,138,126); }
H1.HeaderClassName
{
color: #C58A7E;
}
.AnyTagClassName
{
color: #C58A7E;
}
</style>
background-color css
<style>
a { background-color: #C58A7E; }
a { background-color: rgb(197,138,126); }
div.DivClassName
{
background-color: #C58A7E;
}
.BgClassName
{
background-color: #C58A7E;
}
</style>
border-color css
<style>
span { border-color: #C58A7E; }
span { border-color: rgb(197,138,126); }
td.TdClassName
{
border-color: #C58A7E;
}
.TagClassName
{
border-color: #C58A7E;
}
</style>