Shades of Oriental Pink #C58782
Tints of Oriental Pink #C58782
RGB
CMYK
RGB Variations
Color information
#C58782 (or 0xC58782) is known color: Oriental Pink. HEX triplet: C5, 87 and 82. RGB value is (197,135,130). Sum of RGB (Red+Green+Blue) = 197+135+130=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C58782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58782 is #3A787D. Grayscale: #999999. Windows color (decimal): -3831934 or 8554437. OLE color: 8554437.
HSL color Cylindrical-coordinate representation of color #C58782: hue angle of 4.48º degrees, saturation: 0.37, 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 #C58782 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 130 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.23 |
| HSL | 4.48º | 0.37% | 0.64% | - |
| HSV(B) | 4.48º | 0.34% | 0.77% | - |
| XYZ | 35.72 | 30.81 | 25.18 | - |
| YUV | 152.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 130 | 0 | 0.31 | 0.34 | 0.23 | 4.48 | 0.37 | 0.64 |
| Hex | C5 | 87 | 82 | 0 | 1F | 22 | 17 | 4 | 25 | 40 |
| Octal | 305 | 207 | 202 | 0 | 37 | 42 | 27 | 4 | 45 | 100 |
| Binary | 11000101 | 10000111 | 10000010 | 0 | 11111 | 100010 | 10111 | 100 | 100101 | 1000000 |
Color Harmonies of #C58782
Complementary color
Monochromatic Colors of #C58782
Black with #C58782
Text Example
Text Example
White with #C58782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58782; }
p { color: rgb(197,135,130); }
H1.HeaderClassName
{
color: #C58782;
}
.AnyTagClassName
{
color: #C58782;
}
</style>
background-color css
<style>
a { background-color: #C58782; }
a { background-color: rgb(197,135,130); }
div.DivClassName
{
background-color: #C58782;
}
.BgClassName
{
background-color: #C58782;
}
</style>
border-color css
<style>
span { border-color: #C58782; }
span { border-color: rgb(197,135,130); }
td.TdClassName
{
border-color: #C58782;
}
.TagClassName
{
border-color: #C58782;
}
</style>