Shades of Oriental Pink #C59590
Tints of Oriental Pink #C59590
RGB
CMYK
RGB Variations
Color information
#C59590 (or 0xC59590) is known color: Oriental Pink. HEX triplet: C5, 95 and 90. RGB value is (197,149,144). Sum of RGB (Red+Green+Blue) = 197+149+144=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C59590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59590 is #3A6A6F. Grayscale: #A2A2A2. Windows color (decimal): -3828336 or 9475525. OLE color: 9475525.
HSL color Cylindrical-coordinate representation of color #C59590: hue angle of 5.66º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C59590 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 144 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.23 |
| HSL | 5.66º | 0.31% | 0.67% | - |
| HSV(B) | 5.66º | 0.27% | 0.77% | - |
| XYZ | 38.81 | 35.38 | 31.17 | - |
| YUV | 162.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 144 | 0 | 0.24 | 0.27 | 0.23 | 5.66 | 0.31 | 0.67 |
| Hex | C5 | 95 | 90 | 0 | 18 | 1B | 17 | 6 | 1F | 43 |
| Octal | 305 | 225 | 220 | 0 | 30 | 33 | 27 | 6 | 37 | 103 |
| Binary | 11000101 | 10010101 | 10010000 | 0 | 11000 | 11011 | 10111 | 110 | 11111 | 1000011 |
Color Harmonies of #C59590
Complementary color
Monochromatic Colors of #C59590
Black with #C59590
Text Example
Text Example
White with #C59590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59590; }
p { color: rgb(197,149,144); }
H1.HeaderClassName
{
color: #C59590;
}
.AnyTagClassName
{
color: #C59590;
}
</style>
background-color css
<style>
a { background-color: #C59590; }
a { background-color: rgb(197,149,144); }
div.DivClassName
{
background-color: #C59590;
}
.BgClassName
{
background-color: #C59590;
}
</style>
border-color css
<style>
span { border-color: #C59590; }
span { border-color: rgb(197,149,144); }
td.TdClassName
{
border-color: #C59590;
}
.TagClassName
{
border-color: #C59590;
}
</style>