Shades of Oriental Pink #C1887E
Tints of Oriental Pink #C1887E
RGB
CMYK
RGB Variations
Color information
#C1887E (or 0xC1887E) is known color: Oriental Pink. HEX triplet: C1, 88 and 7E. RGB value is (193,136,126). Sum of RGB (Red+Green+Blue) = 193+136+126=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1887E is #3E7781. Grayscale: #989898. Windows color (decimal): -4093826 or 8292545. OLE color: 8292545.
HSL color Cylindrical-coordinate representation of color #C1887E: hue angle of 8.96º 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 #C1887E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 126 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.24 |
| HSL | 8.96º | 0.35% | 0.63% | - |
| HSV(B) | 8.96º | 0.35% | 0.76% | - |
| XYZ | 34.56 | 30.45 | 23.79 | - |
| YUV | 151.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 126 | 0 | 0.30 | 0.35 | 0.24 | 8.96 | 0.35 | 0.63 |
| Hex | C1 | 88 | 7E | 0 | 1E | 23 | 18 | 9 | 23 | 3F |
| Octal | 301 | 210 | 176 | 0 | 36 | 43 | 30 | 11 | 43 | 77 |
| Binary | 11000001 | 10001000 | 1111110 | 0 | 11110 | 100011 | 11000 | 1001 | 100011 | 111111 |
Color Harmonies of #C1887E
Complementary color
Monochromatic Colors of #C1887E
Black with #C1887E
Text Example
Text Example
White with #C1887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1887E; }
p { color: rgb(193,136,126); }
H1.HeaderClassName
{
color: #C1887E;
}
.AnyTagClassName
{
color: #C1887E;
}
</style>
background-color css
<style>
a { background-color: #C1887E; }
a { background-color: rgb(193,136,126); }
div.DivClassName
{
background-color: #C1887E;
}
.BgClassName
{
background-color: #C1887E;
}
</style>
border-color css
<style>
span { border-color: #C1887E; }
span { border-color: rgb(193,136,126); }
td.TdClassName
{
border-color: #C1887E;
}
.TagClassName
{
border-color: #C1887E;
}
</style>