Shades of Oriental Pink #C4887D
Tints of Oriental Pink #C4887D
RGB
CMYK
RGB Variations
Color information
#C4887D (or 0xC4887D) is known color: Oriental Pink. HEX triplet: C4, 88 and 7D. RGB value is (196,136,125). Sum of RGB (Red+Green+Blue) = 196+136+125=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4887D is #3B7782. Grayscale: #989898. Windows color (decimal): -3897219 or 8227012. OLE color: 8227012.
HSL color Cylindrical-coordinate representation of color #C4887D: hue angle of 9.3º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4887D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 125 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.23 |
| HSL | 9.3º | 0.38% | 0.63% | - |
| HSV(B) | 9.3º | 0.36% | 0.77% | - |
| XYZ | 35.27 | 30.82 | 23.49 | - |
| YUV | 152.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 125 | 0 | 0.31 | 0.36 | 0.23 | 9.3 | 0.38 | 0.63 |
| Hex | C4 | 88 | 7D | 0 | 1F | 24 | 17 | 9 | 26 | 3F |
| Octal | 304 | 210 | 175 | 0 | 37 | 44 | 27 | 11 | 46 | 77 |
| Binary | 11000100 | 10001000 | 1111101 | 0 | 11111 | 100100 | 10111 | 1001 | 100110 | 111111 |
Color Harmonies of #C4887D
Complementary color
Monochromatic Colors of #C4887D
Black with #C4887D
Text Example
Text Example
White with #C4887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4887D; }
p { color: rgb(196,136,125); }
H1.HeaderClassName
{
color: #C4887D;
}
.AnyTagClassName
{
color: #C4887D;
}
</style>
background-color css
<style>
a { background-color: #C4887D; }
a { background-color: rgb(196,136,125); }
div.DivClassName
{
background-color: #C4887D;
}
.BgClassName
{
background-color: #C4887D;
}
</style>
border-color css
<style>
span { border-color: #C4887D; }
span { border-color: rgb(196,136,125); }
td.TdClassName
{
border-color: #C4887D;
}
.TagClassName
{
border-color: #C4887D;
}
</style>