Shades of Oriental Pink #C58D8A
Tints of Oriental Pink #C58D8A
RGB
CMYK
RGB Variations
Color information
#C58D8A (or 0xC58D8A) is known color: Oriental Pink. HEX triplet: C5, 8D and 8A. RGB value is (197,141,138). Sum of RGB (Red+Green+Blue) = 197+141+138=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D8A is #3A7275. Grayscale: #9D9D9D. Windows color (decimal): -3830390 or 9080261. OLE color: 9080261.
HSL color Cylindrical-coordinate representation of color #C58D8A: hue angle of 3.05º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58D8A is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 138 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.23 |
| HSL | 3.05º | 0.34% | 0.66% | - |
| HSV(B) | 3.05º | 0.3% | 0.77% | - |
| XYZ | 37.14 | 32.76 | 28.41 | - |
| YUV | 157.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 138 | 0 | 0.28 | 0.30 | 0.23 | 3.05 | 0.34 | 0.66 |
| Hex | C5 | 8D | 8A | 0 | 1C | 1E | 17 | 3 | 22 | 42 |
| Octal | 305 | 215 | 212 | 0 | 34 | 36 | 27 | 3 | 42 | 102 |
| Binary | 11000101 | 10001101 | 10001010 | 0 | 11100 | 11110 | 10111 | 11 | 100010 | 1000010 |
Color Harmonies of #C58D8A
Complementary color
Monochromatic Colors of #C58D8A
Black with #C58D8A
Text Example
Text Example
White with #C58D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D8A; }
p { color: rgb(197,141,138); }
H1.HeaderClassName
{
color: #C58D8A;
}
.AnyTagClassName
{
color: #C58D8A;
}
</style>
background-color css
<style>
a { background-color: #C58D8A; }
a { background-color: rgb(197,141,138); }
div.DivClassName
{
background-color: #C58D8A;
}
.BgClassName
{
background-color: #C58D8A;
}
</style>
border-color css
<style>
span { border-color: #C58D8A; }
span { border-color: rgb(197,141,138); }
td.TdClassName
{
border-color: #C58D8A;
}
.TagClassName
{
border-color: #C58D8A;
}
</style>