Shades of Oriental Pink #C58A89
Tints of Oriental Pink #C58A89
RGB
CMYK
RGB Variations
Color information
#C58A89 (or 0xC58A89) is known color: Oriental Pink. HEX triplet: C5, 8A and 89. RGB value is (197,138,137). Sum of RGB (Red+Green+Blue) = 197+138+137=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58A89 is #3A7576. Grayscale: #9B9B9B. Windows color (decimal): -3831159 or 9013957. OLE color: 9013957.
HSL color Cylindrical-coordinate representation of color #C58A89: hue angle of 1º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58A89 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 137 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.23 |
| HSL | 1º | 0.34% | 0.65% | - |
| HSV(B) | 1º | 0.3% | 0.77% | - |
| XYZ | 36.63 | 31.85 | 27.88 | - |
| YUV | 155.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 137 | 0 | 0.30 | 0.30 | 0.23 | 1 | 0.34 | 0.65 |
| Hex | C5 | 8A | 89 | 0 | 1E | 1E | 17 | 1 | 22 | 41 |
| Octal | 305 | 212 | 211 | 0 | 36 | 36 | 27 | 1 | 42 | 101 |
| Binary | 11000101 | 10001010 | 10001001 | 0 | 11110 | 11110 | 10111 | 1 | 100010 | 1000001 |
Color Harmonies of #C58A89
Complementary color
Monochromatic Colors of #C58A89
Black with #C58A89
Text Example
Text Example
White with #C58A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A89; }
p { color: rgb(197,138,137); }
H1.HeaderClassName
{
color: #C58A89;
}
.AnyTagClassName
{
color: #C58A89;
}
</style>
background-color css
<style>
a { background-color: #C58A89; }
a { background-color: rgb(197,138,137); }
div.DivClassName
{
background-color: #C58A89;
}
.BgClassName
{
background-color: #C58A89;
}
</style>
border-color css
<style>
span { border-color: #C58A89; }
span { border-color: rgb(197,138,137); }
td.TdClassName
{
border-color: #C58A89;
}
.TagClassName
{
border-color: #C58A89;
}
</style>