Shades of Oriental Pink #C88C7D
Tints of Oriental Pink #C88C7D
RGB
CMYK
RGB Variations
Color information
#C88C7D (or 0xC88C7D) is known color: Oriental Pink. HEX triplet: C8, 8C and 7D. RGB value is (200,140,125). Sum of RGB (Red+Green+Blue) = 200+140+125=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C7D is #377382. Grayscale: #9C9C9C. Windows color (decimal): -3634051 or 8228040. OLE color: 8228040.
HSL color Cylindrical-coordinate representation of color #C88C7D: hue angle of 12º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88C7D is Cyan = 0, Magento = 0.3, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 125 | - |
| CMYK | 0 | 0.3 | 0.38 | 0.22 |
| HSL | 12º | 0.41% | 0.64% | - |
| HSV(B) | 12º | 0.38% | 0.78% | - |
| XYZ | 36.9 | 32.52 | 23.73 | - |
| YUV | 156.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 125 | 0 | 0.3 | 0.38 | 0.22 | 12 | 0.41 | 0.64 |
| Hex | C8 | 8C | 7D | 0 | 1E | 26 | 16 | C | 29 | 40 |
| Octal | 310 | 214 | 175 | 0 | 36 | 46 | 26 | 14 | 51 | 100 |
| Binary | 11001000 | 10001100 | 1111101 | 0 | 11110 | 100110 | 10110 | 1100 | 101001 | 1000000 |
Color Harmonies of #C88C7D
Complementary color
Monochromatic Colors of #C88C7D
Black with #C88C7D
Text Example
Text Example
White with #C88C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C7D; }
p { color: rgb(200,140,125); }
H1.HeaderClassName
{
color: #C88C7D;
}
.AnyTagClassName
{
color: #C88C7D;
}
</style>
background-color css
<style>
a { background-color: #C88C7D; }
a { background-color: rgb(200,140,125); }
div.DivClassName
{
background-color: #C88C7D;
}
.BgClassName
{
background-color: #C88C7D;
}
</style>
border-color css
<style>
span { border-color: #C88C7D; }
span { border-color: rgb(200,140,125); }
td.TdClassName
{
border-color: #C88C7D;
}
.TagClassName
{
border-color: #C88C7D;
}
</style>