Shades of Oriental Pink #C58A7F
Tints of Oriental Pink #C58A7F
RGB
CMYK
RGB Variations
Color information
#C58A7F (or 0xC58A7F) is known color: Oriental Pink. HEX triplet: C5, 8A and 7F. RGB value is (197,138,127). Sum of RGB (Red+Green+Blue) = 197+138+127=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A7F is #3A7580. Grayscale: #9A9A9A. Windows color (decimal): -3831169 or 8358597. OLE color: 8358597.
HSL color Cylindrical-coordinate representation of color #C58A7F: hue angle of 9.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58A7F is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 127 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.23 |
| HSL | 9.43º | 0.38% | 0.64% | - |
| HSV(B) | 9.43º | 0.36% | 0.77% | - |
| XYZ | 35.95 | 31.58 | 24.28 | - |
| YUV | 154.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 127 | 0 | 0.30 | 0.36 | 0.23 | 9.43 | 0.38 | 0.64 |
| Hex | C5 | 8A | 7F | 0 | 1E | 24 | 17 | 9 | 26 | 40 |
| Octal | 305 | 212 | 177 | 0 | 36 | 44 | 27 | 11 | 46 | 100 |
| Binary | 11000101 | 10001010 | 1111111 | 0 | 11110 | 100100 | 10111 | 1001 | 100110 | 1000000 |
Color Harmonies of #C58A7F
Complementary color
Monochromatic Colors of #C58A7F
Black with #C58A7F
Text Example
Text Example
White with #C58A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A7F; }
p { color: rgb(197,138,127); }
H1.HeaderClassName
{
color: #C58A7F;
}
.AnyTagClassName
{
color: #C58A7F;
}
</style>
background-color css
<style>
a { background-color: #C58A7F; }
a { background-color: rgb(197,138,127); }
div.DivClassName
{
background-color: #C58A7F;
}
.BgClassName
{
background-color: #C58A7F;
}
</style>
border-color css
<style>
span { border-color: #C58A7F; }
span { border-color: rgb(197,138,127); }
td.TdClassName
{
border-color: #C58A7F;
}
.TagClassName
{
border-color: #C58A7F;
}
</style>