Shades of Oriental Pink #C5958E
Tints of Oriental Pink #C5958E
RGB
CMYK
RGB Variations
Color information
#C5958E (or 0xC5958E) is known color: Oriental Pink. HEX triplet: C5, 95 and 8E. RGB value is (197,149,142). Sum of RGB (Red+Green+Blue) = 197+149+142=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5958E is #3A6A71. Grayscale: #A2A2A2. Windows color (decimal): -3828338 or 9344453. OLE color: 9344453.
HSL color Cylindrical-coordinate representation of color #C5958E: hue angle of 7.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5958E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 142 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.23 |
| HSL | 7.64º | 0.32% | 0.66% | - |
| HSV(B) | 7.64º | 0.28% | 0.77% | - |
| XYZ | 38.66 | 35.32 | 30.37 | - |
| YUV | 162.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 142 | 0 | 0.24 | 0.28 | 0.23 | 7.64 | 0.32 | 0.66 |
| Hex | C5 | 95 | 8E | 0 | 18 | 1C | 17 | 8 | 20 | 42 |
| Octal | 305 | 225 | 216 | 0 | 30 | 34 | 27 | 10 | 40 | 102 |
| Binary | 11000101 | 10010101 | 10001110 | 0 | 11000 | 11100 | 10111 | 1000 | 100000 | 1000010 |
Color Harmonies of #C5958E
Complementary color
Monochromatic Colors of #C5958E
Black with #C5958E
Text Example
Text Example
White with #C5958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5958E; }
p { color: rgb(197,149,142); }
H1.HeaderClassName
{
color: #C5958E;
}
.AnyTagClassName
{
color: #C5958E;
}
</style>
background-color css
<style>
a { background-color: #C5958E; }
a { background-color: rgb(197,149,142); }
div.DivClassName
{
background-color: #C5958E;
}
.BgClassName
{
background-color: #C5958E;
}
</style>
border-color css
<style>
span { border-color: #C5958E; }
span { border-color: rgb(197,149,142); }
td.TdClassName
{
border-color: #C5958E;
}
.TagClassName
{
border-color: #C5958E;
}
</style>