Shades of Oriental Pink #C59490
Tints of Oriental Pink #C59490
RGB
CMYK
RGB Variations
Color information
#C59490 (or 0xC59490) is known color: Oriental Pink. HEX triplet: C5, 94 and 90. RGB value is (197,148,144). Sum of RGB (Red+Green+Blue) = 197+148+144=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C59490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59490 is #3A6B6F. Grayscale: #A2A2A2. Windows color (decimal): -3828592 or 9475269. OLE color: 9475269.
HSL color Cylindrical-coordinate representation of color #C59490: hue angle of 4.53º 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 #C59490 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 144 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.23 |
| HSL | 4.53º | 0.31% | 0.67% | - |
| HSV(B) | 4.53º | 0.27% | 0.77% | - |
| XYZ | 38.65 | 35.06 | 31.12 | - |
| YUV | 162.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 144 | 0 | 0.25 | 0.27 | 0.23 | 4.53 | 0.31 | 0.67 |
| Hex | C5 | 94 | 90 | 0 | 19 | 1B | 17 | 5 | 1F | 43 |
| Octal | 305 | 224 | 220 | 0 | 31 | 33 | 27 | 5 | 37 | 103 |
| Binary | 11000101 | 10010100 | 10010000 | 0 | 11001 | 11011 | 10111 | 101 | 11111 | 1000011 |
Color Harmonies of #C59490
Complementary color
Monochromatic Colors of #C59490
Black with #C59490
Text Example
Text Example
White with #C59490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59490; }
p { color: rgb(197,148,144); }
H1.HeaderClassName
{
color: #C59490;
}
.AnyTagClassName
{
color: #C59490;
}
</style>
background-color css
<style>
a { background-color: #C59490; }
a { background-color: rgb(197,148,144); }
div.DivClassName
{
background-color: #C59490;
}
.BgClassName
{
background-color: #C59490;
}
</style>
border-color css
<style>
span { border-color: #C59490; }
span { border-color: rgb(197,148,144); }
td.TdClassName
{
border-color: #C59490;
}
.TagClassName
{
border-color: #C59490;
}
</style>