Shades of Oriental Pink #C89288
Tints of Oriental Pink #C89288
RGB
CMYK
RGB Variations
Color information
#C89288 (or 0xC89288) is known color: Oriental Pink. HEX triplet: C8, 92 and 88. RGB value is (200,146,136). Sum of RGB (Red+Green+Blue) = 200+146+136=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C89288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89288 is #376D77. Grayscale: #A1A1A1. Windows color (decimal): -3632504 or 8950472. OLE color: 8950472.
HSL color Cylindrical-coordinate representation of color #C89288: hue angle of 9.38º 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 #C89288 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 136 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.22 |
| HSL | 9.38º | 0.37% | 0.66% | - |
| HSV(B) | 9.38º | 0.32% | 0.78% | - |
| XYZ | 38.54 | 34.61 | 27.94 | - |
| YUV | 161.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 136 | 0 | 0.27 | 0.32 | 0.22 | 9.38 | 0.37 | 0.66 |
| Hex | C8 | 92 | 88 | 0 | 1B | 20 | 16 | 9 | 25 | 42 |
| Octal | 310 | 222 | 210 | 0 | 33 | 40 | 26 | 11 | 45 | 102 |
| Binary | 11001000 | 10010010 | 10001000 | 0 | 11011 | 100000 | 10110 | 1001 | 100101 | 1000010 |
Color Harmonies of #C89288
Complementary color
Monochromatic Colors of #C89288
Black with #C89288
Text Example
Text Example
White with #C89288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89288; }
p { color: rgb(200,146,136); }
H1.HeaderClassName
{
color: #C89288;
}
.AnyTagClassName
{
color: #C89288;
}
</style>
background-color css
<style>
a { background-color: #C89288; }
a { background-color: rgb(200,146,136); }
div.DivClassName
{
background-color: #C89288;
}
.BgClassName
{
background-color: #C89288;
}
</style>
border-color css
<style>
span { border-color: #C89288; }
span { border-color: rgb(200,146,136); }
td.TdClassName
{
border-color: #C89288;
}
.TagClassName
{
border-color: #C89288;
}
</style>