Shades of Oriental Pink #C88F83
Tints of Oriental Pink #C88F83
RGB
CMYK
RGB Variations
Color information
#C88F83 (or 0xC88F83) is known color: Oriental Pink. HEX triplet: C8, 8F and 83. RGB value is (200,143,131). Sum of RGB (Red+Green+Blue) = 200+143+131=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F83 is #37707C. Grayscale: #9E9E9E. Windows color (decimal): -3633277 or 8622024. OLE color: 8622024.
HSL color Cylindrical-coordinate representation of color #C88F83: hue angle of 10.43º 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 #C88F83 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 131 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.22 |
| HSL | 10.43º | 0.39% | 0.65% | - |
| HSV(B) | 10.43º | 0.35% | 0.78% | - |
| XYZ | 37.74 | 33.56 | 25.96 | - |
| YUV | 158.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 131 | 0 | 0.28 | 0.34 | 0.22 | 10.43 | 0.39 | 0.65 |
| Hex | C8 | 8F | 83 | 0 | 1C | 22 | 16 | A | 27 | 41 |
| Octal | 310 | 217 | 203 | 0 | 34 | 42 | 26 | 12 | 47 | 101 |
| Binary | 11001000 | 10001111 | 10000011 | 0 | 11100 | 100010 | 10110 | 1010 | 100111 | 1000001 |
Color Harmonies of #C88F83
Complementary color
Monochromatic Colors of #C88F83
Black with #C88F83
Text Example
Text Example
White with #C88F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F83; }
p { color: rgb(200,143,131); }
H1.HeaderClassName
{
color: #C88F83;
}
.AnyTagClassName
{
color: #C88F83;
}
</style>
background-color css
<style>
a { background-color: #C88F83; }
a { background-color: rgb(200,143,131); }
div.DivClassName
{
background-color: #C88F83;
}
.BgClassName
{
background-color: #C88F83;
}
</style>
border-color css
<style>
span { border-color: #C88F83; }
span { border-color: rgb(200,143,131); }
td.TdClassName
{
border-color: #C88F83;
}
.TagClassName
{
border-color: #C88F83;
}
</style>