Shades of Oriental Pink #C19590
Tints of Oriental Pink #C19590
RGB
CMYK
RGB Variations
Color information
#C19590 (or 0xC19590) is known color: Oriental Pink. HEX triplet: C1, 95 and 90. RGB value is (193,149,144). Sum of RGB (Red+Green+Blue) = 193+149+144=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C19590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19590 is #3E6A6F. Grayscale: #A1A1A1. Windows color (decimal): -4090480 or 9475521. OLE color: 9475521.
HSL color Cylindrical-coordinate representation of color #C19590: hue angle of 6.12º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19590 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 144 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.24 |
| HSL | 6.12º | 0.28% | 0.66% | - |
| HSV(B) | 6.12º | 0.25% | 0.76% | - |
| XYZ | 37.77 | 34.85 | 31.12 | - |
| YUV | 161.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 144 | 0 | 0.23 | 0.25 | 0.24 | 6.12 | 0.28 | 0.66 |
| Hex | C1 | 95 | 90 | 0 | 17 | 19 | 18 | 6 | 1C | 42 |
| Octal | 301 | 225 | 220 | 0 | 27 | 31 | 30 | 6 | 34 | 102 |
| Binary | 11000001 | 10010101 | 10010000 | 0 | 10111 | 11001 | 11000 | 110 | 11100 | 1000010 |
Color Harmonies of #C19590
Complementary color
Monochromatic Colors of #C19590
Black with #C19590
Text Example
Text Example
White with #C19590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19590; }
p { color: rgb(193,149,144); }
H1.HeaderClassName
{
color: #C19590;
}
.AnyTagClassName
{
color: #C19590;
}
</style>
background-color css
<style>
a { background-color: #C19590; }
a { background-color: rgb(193,149,144); }
div.DivClassName
{
background-color: #C19590;
}
.BgClassName
{
background-color: #C19590;
}
</style>
border-color css
<style>
span { border-color: #C19590; }
span { border-color: rgb(193,149,144); }
td.TdClassName
{
border-color: #C19590;
}
.TagClassName
{
border-color: #C19590;
}
</style>