Shades of Oriental Pink #C58783
Tints of Oriental Pink #C58783
RGB
CMYK
RGB Variations
Color information
#C58783 (or 0xC58783) is known color: Oriental Pink. HEX triplet: C5, 87 and 83. RGB value is (197,135,131). Sum of RGB (Red+Green+Blue) = 197+135+131=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58783 is #3A787C. Grayscale: #999999. Windows color (decimal): -3831933 or 8619973. OLE color: 8619973.
HSL color Cylindrical-coordinate representation of color #C58783: hue angle of 3.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58783 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 131 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.23 |
| HSL | 3.64º | 0.36% | 0.64% | - |
| HSV(B) | 3.64º | 0.34% | 0.77% | - |
| XYZ | 35.79 | 30.84 | 25.54 | - |
| YUV | 153.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 131 | 0 | 0.31 | 0.34 | 0.23 | 3.64 | 0.36 | 0.64 |
| Hex | C5 | 87 | 83 | 0 | 1F | 22 | 17 | 4 | 24 | 40 |
| Octal | 305 | 207 | 203 | 0 | 37 | 42 | 27 | 4 | 44 | 100 |
| Binary | 11000101 | 10000111 | 10000011 | 0 | 11111 | 100010 | 10111 | 100 | 100100 | 1000000 |
Color Harmonies of #C58783
Complementary color
Monochromatic Colors of #C58783
Black with #C58783
Text Example
Text Example
White with #C58783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58783; }
p { color: rgb(197,135,131); }
H1.HeaderClassName
{
color: #C58783;
}
.AnyTagClassName
{
color: #C58783;
}
</style>
background-color css
<style>
a { background-color: #C58783; }
a { background-color: rgb(197,135,131); }
div.DivClassName
{
background-color: #C58783;
}
.BgClassName
{
background-color: #C58783;
}
</style>
border-color css
<style>
span { border-color: #C58783; }
span { border-color: rgb(197,135,131); }
td.TdClassName
{
border-color: #C58783;
}
.TagClassName
{
border-color: #C58783;
}
</style>