Shades of Oriental Pink #C88C85
Tints of Oriental Pink #C88C85
RGB
CMYK
RGB Variations
Color information
#C88C85 (or 0xC88C85) is known color: Oriental Pink. HEX triplet: C8, 8C and 85. RGB value is (200,140,133). Sum of RGB (Red+Green+Blue) = 200+140+133=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C85 is #37737A. Grayscale: #9D9D9D. Windows color (decimal): -3634043 or 8752328. OLE color: 8752328.
HSL color Cylindrical-coordinate representation of color #C88C85: hue angle of 6.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88C85 is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 133 | - |
| CMYK | 0 | 0.3 | 0.34 | 0.22 |
| HSL | 6.27º | 0.38% | 0.65% | - |
| HSV(B) | 6.27º | 0.34% | 0.78% | - |
| XYZ | 37.43 | 32.73 | 26.53 | - |
| YUV | 157.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 133 | 0 | 0.3 | 0.34 | 0.22 | 6.27 | 0.38 | 0.65 |
| Hex | C8 | 8C | 85 | 0 | 1E | 22 | 16 | 6 | 26 | 41 |
| Octal | 310 | 214 | 205 | 0 | 36 | 42 | 26 | 6 | 46 | 101 |
| Binary | 11001000 | 10001100 | 10000101 | 0 | 11110 | 100010 | 10110 | 110 | 100110 | 1000001 |
Color Harmonies of #C88C85
Complementary color
Monochromatic Colors of #C88C85
Black with #C88C85
Text Example
Text Example
White with #C88C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C85; }
p { color: rgb(200,140,133); }
H1.HeaderClassName
{
color: #C88C85;
}
.AnyTagClassName
{
color: #C88C85;
}
</style>
background-color css
<style>
a { background-color: #C88C85; }
a { background-color: rgb(200,140,133); }
div.DivClassName
{
background-color: #C88C85;
}
.BgClassName
{
background-color: #C88C85;
}
</style>
border-color css
<style>
span { border-color: #C88C85; }
span { border-color: rgb(200,140,133); }
td.TdClassName
{
border-color: #C88C85;
}
.TagClassName
{
border-color: #C88C85;
}
</style>