Shades of Oriental Pink #C1897E
Tints of Oriental Pink #C1897E
RGB
CMYK
RGB Variations
Color information
#C1897E (or 0xC1897E) is known color: Oriental Pink. HEX triplet: C1, 89 and 7E. RGB value is (193,137,126). Sum of RGB (Red+Green+Blue) = 193+137+126=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1897E is #3E7681. Grayscale: #989898. Windows color (decimal): -4093570 or 8292801. OLE color: 8292801.
HSL color Cylindrical-coordinate representation of color #C1897E: hue angle of 9.85º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1897E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 126 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.24 |
| HSL | 9.85º | 0.35% | 0.63% | - |
| HSV(B) | 9.85º | 0.35% | 0.76% | - |
| XYZ | 34.7 | 30.74 | 23.84 | - |
| YUV | 152.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 126 | 0 | 0.29 | 0.35 | 0.24 | 9.85 | 0.35 | 0.63 |
| Hex | C1 | 89 | 7E | 0 | 1D | 23 | 18 | A | 23 | 3F |
| Octal | 301 | 211 | 176 | 0 | 35 | 43 | 30 | 12 | 43 | 77 |
| Binary | 11000001 | 10001001 | 1111110 | 0 | 11101 | 100011 | 11000 | 1010 | 100011 | 111111 |
Color Harmonies of #C1897E
Complementary color
Monochromatic Colors of #C1897E
Black with #C1897E
Text Example
Text Example
White with #C1897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1897E; }
p { color: rgb(193,137,126); }
H1.HeaderClassName
{
color: #C1897E;
}
.AnyTagClassName
{
color: #C1897E;
}
</style>
background-color css
<style>
a { background-color: #C1897E; }
a { background-color: rgb(193,137,126); }
div.DivClassName
{
background-color: #C1897E;
}
.BgClassName
{
background-color: #C1897E;
}
</style>
border-color css
<style>
span { border-color: #C1897E; }
span { border-color: rgb(193,137,126); }
td.TdClassName
{
border-color: #C1897E;
}
.TagClassName
{
border-color: #C1897E;
}
</style>