Shades of Oriental Pink #C89083
Tints of Oriental Pink #C89083
RGB
CMYK
RGB Variations
Color information
#C89083 (or 0xC89083) is known color: Oriental Pink. HEX triplet: C8, 90 and 83. RGB value is (200,144,131). Sum of RGB (Red+Green+Blue) = 200+144+131=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C89083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89083 is #376F7C. Grayscale: #9F9F9F. Windows color (decimal): -3633021 or 8622280. OLE color: 8622280.
HSL color Cylindrical-coordinate representation of color #C89083: hue angle of 11.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89083 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 131 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.22 |
| HSL | 11.3º | 0.39% | 0.65% | - |
| HSV(B) | 11.3º | 0.35% | 0.78% | - |
| XYZ | 37.89 | 33.86 | 26.01 | - |
| YUV | 159.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 131 | 0 | 0.28 | 0.34 | 0.22 | 11.3 | 0.39 | 0.65 |
| Hex | C8 | 90 | 83 | 0 | 1C | 22 | 16 | B | 27 | 41 |
| Octal | 310 | 220 | 203 | 0 | 34 | 42 | 26 | 13 | 47 | 101 |
| Binary | 11001000 | 10010000 | 10000011 | 0 | 11100 | 100010 | 10110 | 1011 | 100111 | 1000001 |
Color Harmonies of #C89083
Complementary color
Monochromatic Colors of #C89083
Black with #C89083
Text Example
Text Example
White with #C89083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89083; }
p { color: rgb(200,144,131); }
H1.HeaderClassName
{
color: #C89083;
}
.AnyTagClassName
{
color: #C89083;
}
</style>
background-color css
<style>
a { background-color: #C89083; }
a { background-color: rgb(200,144,131); }
div.DivClassName
{
background-color: #C89083;
}
.BgClassName
{
background-color: #C89083;
}
</style>
border-color css
<style>
span { border-color: #C89083; }
span { border-color: rgb(200,144,131); }
td.TdClassName
{
border-color: #C89083;
}
.TagClassName
{
border-color: #C89083;
}
</style>