Shades of Oriental Pink #C58781
Tints of Oriental Pink #C58781
RGB
CMYK
RGB Variations
Color information
#C58781 (or 0xC58781) is known color: Oriental Pink. HEX triplet: C5, 87 and 81. RGB value is (197,135,129). Sum of RGB (Red+Green+Blue) = 197+135+129=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58781 is #3A787E. Grayscale: #989898. Windows color (decimal): -3831935 or 8488901. OLE color: 8488901.
HSL color Cylindrical-coordinate representation of color #C58781: hue angle of 5.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58781 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 129 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.23 |
| HSL | 5.29º | 0.37% | 0.64% | - |
| HSV(B) | 5.29º | 0.35% | 0.77% | - |
| XYZ | 35.65 | 30.78 | 24.83 | - |
| YUV | 152.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 129 | 0 | 0.31 | 0.35 | 0.23 | 5.29 | 0.37 | 0.64 |
| Hex | C5 | 87 | 81 | 0 | 1F | 23 | 17 | 5 | 25 | 40 |
| Octal | 305 | 207 | 201 | 0 | 37 | 43 | 27 | 5 | 45 | 100 |
| Binary | 11000101 | 10000111 | 10000001 | 0 | 11111 | 100011 | 10111 | 101 | 100101 | 1000000 |
Color Harmonies of #C58781
Complementary color
Monochromatic Colors of #C58781
Black with #C58781
Text Example
Text Example
White with #C58781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58781; }
p { color: rgb(197,135,129); }
H1.HeaderClassName
{
color: #C58781;
}
.AnyTagClassName
{
color: #C58781;
}
</style>
background-color css
<style>
a { background-color: #C58781; }
a { background-color: rgb(197,135,129); }
div.DivClassName
{
background-color: #C58781;
}
.BgClassName
{
background-color: #C58781;
}
</style>
border-color css
<style>
span { border-color: #C58781; }
span { border-color: rgb(197,135,129); }
td.TdClassName
{
border-color: #C58781;
}
.TagClassName
{
border-color: #C58781;
}
</style>