Shades of Oriental Pink #C58885
Tints of Oriental Pink #C58885
RGB
CMYK
RGB Variations
Color information
#C58885 (or 0xC58885) is known color: Oriental Pink. HEX triplet: C5, 88 and 85. RGB value is (197,136,133). Sum of RGB (Red+Green+Blue) = 197+136+133=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C58885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58885 is #3A777A. Grayscale: #999999. Windows color (decimal): -3831675 or 8751301. OLE color: 8751301.
HSL color Cylindrical-coordinate representation of color #C58885: hue angle of 2.81º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58885 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 133 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.23 |
| HSL | 2.81º | 0.36% | 0.65% | - |
| HSV(B) | 2.81º | 0.32% | 0.77% | - |
| XYZ | 36.06 | 31.17 | 26.31 | - |
| YUV | 153.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 133 | 0 | 0.31 | 0.32 | 0.23 | 2.81 | 0.36 | 0.65 |
| Hex | C5 | 88 | 85 | 0 | 1F | 20 | 17 | 3 | 24 | 41 |
| Octal | 305 | 210 | 205 | 0 | 37 | 40 | 27 | 3 | 44 | 101 |
| Binary | 11000101 | 10001000 | 10000101 | 0 | 11111 | 100000 | 10111 | 11 | 100100 | 1000001 |
Color Harmonies of #C58885
Complementary color
Monochromatic Colors of #C58885
Black with #C58885
Text Example
Text Example
White with #C58885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58885; }
p { color: rgb(197,136,133); }
H1.HeaderClassName
{
color: #C58885;
}
.AnyTagClassName
{
color: #C58885;
}
</style>
background-color css
<style>
a { background-color: #C58885; }
a { background-color: rgb(197,136,133); }
div.DivClassName
{
background-color: #C58885;
}
.BgClassName
{
background-color: #C58885;
}
</style>
border-color css
<style>
span { border-color: #C58885; }
span { border-color: rgb(197,136,133); }
td.TdClassName
{
border-color: #C58885;
}
.TagClassName
{
border-color: #C58885;
}
</style>