Shades of Oriental Pink #C8877F
Tints of Oriental Pink #C8877F
RGB
CMYK
RGB Variations
Color information
#C8877F (or 0xC8877F) is known color: Oriental Pink. HEX triplet: C8, 87 and 7F. RGB value is (200,135,127). Sum of RGB (Red+Green+Blue) = 200+135+127=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8877F is #377880. Grayscale: #999999. Windows color (decimal): -3635329 or 8357832. OLE color: 8357832.
HSL color Cylindrical-coordinate representation of color #C8877F: hue angle of 6.58º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8877F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 127 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.22 |
| HSL | 6.58º | 0.4% | 0.64% | - |
| HSV(B) | 6.58º | 0.37% | 0.78% | - |
| XYZ | 36.31 | 31.14 | 24.18 | - |
| YUV | 153.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 127 | 0 | 0.32 | 0.36 | 0.22 | 6.58 | 0.4 | 0.64 |
| Hex | C8 | 87 | 7F | 0 | 20 | 24 | 16 | 7 | 28 | 40 |
| Octal | 310 | 207 | 177 | 0 | 40 | 44 | 26 | 7 | 50 | 100 |
| Binary | 11001000 | 10000111 | 1111111 | 0 | 100000 | 100100 | 10110 | 111 | 101000 | 1000000 |
Color Harmonies of #C8877F
Complementary color
Monochromatic Colors of #C8877F
Black with #C8877F
Text Example
Text Example
White with #C8877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8877F; }
p { color: rgb(200,135,127); }
H1.HeaderClassName
{
color: #C8877F;
}
.AnyTagClassName
{
color: #C8877F;
}
</style>
background-color css
<style>
a { background-color: #C8877F; }
a { background-color: rgb(200,135,127); }
div.DivClassName
{
background-color: #C8877F;
}
.BgClassName
{
background-color: #C8877F;
}
</style>
border-color css
<style>
span { border-color: #C8877F; }
span { border-color: rgb(200,135,127); }
td.TdClassName
{
border-color: #C8877F;
}
.TagClassName
{
border-color: #C8877F;
}
</style>