Shades of Oriental Pink #C58E8B
Tints of Oriental Pink #C58E8B
RGB
CMYK
RGB Variations
Color information
#C58E8B (or 0xC58E8B) is known color: Oriental Pink. HEX triplet: C5, 8E and 8B. RGB value is (197,142,139). Sum of RGB (Red+Green+Blue) = 197+142+139=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E8B is #3A7174. Grayscale: #9E9E9E. Windows color (decimal): -3830133 or 9146053. OLE color: 9146053.
HSL color Cylindrical-coordinate representation of color #C58E8B: hue angle of 3.1º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58E8B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 139 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.23 |
| HSL | 3.1º | 0.33% | 0.66% | - |
| HSV(B) | 3.1º | 0.29% | 0.77% | - |
| XYZ | 37.36 | 33.08 | 28.84 | - |
| YUV | 158.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 139 | 0 | 0.28 | 0.29 | 0.23 | 3.1 | 0.33 | 0.66 |
| Hex | C5 | 8E | 8B | 0 | 1C | 1D | 17 | 3 | 21 | 42 |
| Octal | 305 | 216 | 213 | 0 | 34 | 35 | 27 | 3 | 41 | 102 |
| Binary | 11000101 | 10001110 | 10001011 | 0 | 11100 | 11101 | 10111 | 11 | 100001 | 1000010 |
Color Harmonies of #C58E8B
Complementary color
Monochromatic Colors of #C58E8B
Black with #C58E8B
Text Example
Text Example
White with #C58E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E8B; }
p { color: rgb(197,142,139); }
H1.HeaderClassName
{
color: #C58E8B;
}
.AnyTagClassName
{
color: #C58E8B;
}
</style>
background-color css
<style>
a { background-color: #C58E8B; }
a { background-color: rgb(197,142,139); }
div.DivClassName
{
background-color: #C58E8B;
}
.BgClassName
{
background-color: #C58E8B;
}
</style>
border-color css
<style>
span { border-color: #C58E8B; }
span { border-color: rgb(197,142,139); }
td.TdClassName
{
border-color: #C58E8B;
}
.TagClassName
{
border-color: #C58E8B;
}
</style>