Shades of Oriental Pink #C1938E
Tints of Oriental Pink #C1938E
RGB
CMYK
RGB Variations
Color information
#C1938E (or 0xC1938E) is known color: Oriental Pink. HEX triplet: C1, 93 and 8E. RGB value is (193,147,142). Sum of RGB (Red+Green+Blue) = 193+147+142=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1938E is #3E6C71. Grayscale: #A0A0A0. Windows color (decimal): -4090994 or 9343937. OLE color: 9343937.
HSL color Cylindrical-coordinate representation of color #C1938E: hue angle of 5.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1938E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 142 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.24 |
| HSL | 5.88º | 0.29% | 0.66% | - |
| HSV(B) | 5.88º | 0.26% | 0.76% | - |
| XYZ | 37.31 | 34.16 | 30.22 | - |
| YUV | 160.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 142 | 0 | 0.24 | 0.26 | 0.24 | 5.88 | 0.29 | 0.66 |
| Hex | C1 | 93 | 8E | 0 | 18 | 1A | 18 | 6 | 1D | 42 |
| Octal | 301 | 223 | 216 | 0 | 30 | 32 | 30 | 6 | 35 | 102 |
| Binary | 11000001 | 10010011 | 10001110 | 0 | 11000 | 11010 | 11000 | 110 | 11101 | 1000010 |
Color Harmonies of #C1938E
Complementary color
Monochromatic Colors of #C1938E
Black with #C1938E
Text Example
Text Example
White with #C1938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1938E; }
p { color: rgb(193,147,142); }
H1.HeaderClassName
{
color: #C1938E;
}
.AnyTagClassName
{
color: #C1938E;
}
</style>
background-color css
<style>
a { background-color: #C1938E; }
a { background-color: rgb(193,147,142); }
div.DivClassName
{
background-color: #C1938E;
}
.BgClassName
{
background-color: #C1938E;
}
</style>
border-color css
<style>
span { border-color: #C1938E; }
span { border-color: rgb(193,147,142); }
td.TdClassName
{
border-color: #C1938E;
}
.TagClassName
{
border-color: #C1938E;
}
</style>