Shades of Oriental Pink #C58881
Tints of Oriental Pink #C58881
RGB
CMYK
RGB Variations
Color information
#C58881 (or 0xC58881) is known color: Oriental Pink. HEX triplet: C5, 88 and 81. RGB value is (197,136,129). Sum of RGB (Red+Green+Blue) = 197+136+129=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C58881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58881 is #3A777E. Grayscale: #999999. Windows color (decimal): -3831679 or 8489157. OLE color: 8489157.
HSL color Cylindrical-coordinate representation of color #C58881: hue angle of 6.18º 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 #C58881 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 129 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.23 |
| HSL | 6.18º | 0.37% | 0.64% | - |
| HSV(B) | 6.18º | 0.35% | 0.77% | - |
| XYZ | 35.79 | 31.06 | 24.88 | - |
| YUV | 153.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 129 | 0 | 0.31 | 0.35 | 0.23 | 6.18 | 0.37 | 0.64 |
| Hex | C5 | 88 | 81 | 0 | 1F | 23 | 17 | 6 | 25 | 40 |
| Octal | 305 | 210 | 201 | 0 | 37 | 43 | 27 | 6 | 45 | 100 |
| Binary | 11000101 | 10001000 | 10000001 | 0 | 11111 | 100011 | 10111 | 110 | 100101 | 1000000 |
Color Harmonies of #C58881
Complementary color
Monochromatic Colors of #C58881
Black with #C58881
Text Example
Text Example
White with #C58881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58881; }
p { color: rgb(197,136,129); }
H1.HeaderClassName
{
color: #C58881;
}
.AnyTagClassName
{
color: #C58881;
}
</style>
background-color css
<style>
a { background-color: #C58881; }
a { background-color: rgb(197,136,129); }
div.DivClassName
{
background-color: #C58881;
}
.BgClassName
{
background-color: #C58881;
}
</style>
border-color css
<style>
span { border-color: #C58881; }
span { border-color: rgb(197,136,129); }
td.TdClassName
{
border-color: #C58881;
}
.TagClassName
{
border-color: #C58881;
}
</style>