Shades of Oriental Pink #C89187
Tints of Oriental Pink #C89187
RGB
CMYK
RGB Variations
Color information
#C89187 (or 0xC89187) is known color: Oriental Pink. HEX triplet: C8, 91 and 87. RGB value is (200,145,135). Sum of RGB (Red+Green+Blue) = 200+145+135=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C89187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89187 is #376E78. Grayscale: #A0A0A0. Windows color (decimal): -3632761 or 8884680. OLE color: 8884680.
HSL color Cylindrical-coordinate representation of color #C89187: hue angle of 9.23º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C89187 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 135 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.22 |
| HSL | 9.23º | 0.37% | 0.66% | - |
| HSV(B) | 9.23º | 0.33% | 0.78% | - |
| XYZ | 38.32 | 34.28 | 27.52 | - |
| YUV | 160.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 135 | 0 | 0.28 | 0.32 | 0.22 | 9.23 | 0.37 | 0.66 |
| Hex | C8 | 91 | 87 | 0 | 1C | 20 | 16 | 9 | 25 | 42 |
| Octal | 310 | 221 | 207 | 0 | 34 | 40 | 26 | 11 | 45 | 102 |
| Binary | 11001000 | 10010001 | 10000111 | 0 | 11100 | 100000 | 10110 | 1001 | 100101 | 1000010 |
Color Harmonies of #C89187
Complementary color
Monochromatic Colors of #C89187
Black with #C89187
Text Example
Text Example
White with #C89187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89187; }
p { color: rgb(200,145,135); }
H1.HeaderClassName
{
color: #C89187;
}
.AnyTagClassName
{
color: #C89187;
}
</style>
background-color css
<style>
a { background-color: #C89187; }
a { background-color: rgb(200,145,135); }
div.DivClassName
{
background-color: #C89187;
}
.BgClassName
{
background-color: #C89187;
}
</style>
border-color css
<style>
span { border-color: #C89187; }
span { border-color: rgb(200,145,135); }
td.TdClassName
{
border-color: #C89187;
}
.TagClassName
{
border-color: #C89187;
}
</style>