Shades of Oriental Pink #C8938D
Tints of Oriental Pink #C8938D
RGB
CMYK
RGB Variations
Color information
#C8938D (or 0xC8938D) is known color: Oriental Pink. HEX triplet: C8, 93 and 8D. RGB value is (200,147,141). Sum of RGB (Red+Green+Blue) = 200+147+141=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938D is #376C72. Grayscale: #A2A2A2. Windows color (decimal): -3632243 or 9278408. OLE color: 9278408.
HSL color Cylindrical-coordinate representation of color #C8938D: hue angle of 6.1º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8938D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 141 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.22 |
| HSL | 6.1º | 0.35% | 0.67% | - |
| HSV(B) | 6.1º | 0.3% | 0.78% | - |
| XYZ | 39.06 | 35.07 | 29.91 | - |
| YUV | 162.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 141 | 0 | 0.26 | 0.29 | 0.22 | 6.1 | 0.35 | 0.67 |
| Hex | C8 | 93 | 8D | 0 | 1A | 1D | 16 | 6 | 23 | 43 |
| Octal | 310 | 223 | 215 | 0 | 32 | 35 | 26 | 6 | 43 | 103 |
| Binary | 11001000 | 10010011 | 10001101 | 0 | 11010 | 11101 | 10110 | 110 | 100011 | 1000011 |
Color Harmonies of #C8938D
Complementary color
Monochromatic Colors of #C8938D
Black with #C8938D
Text Example
Text Example
White with #C8938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8938D; }
p { color: rgb(200,147,141); }
H1.HeaderClassName
{
color: #C8938D;
}
.AnyTagClassName
{
color: #C8938D;
}
</style>
background-color css
<style>
a { background-color: #C8938D; }
a { background-color: rgb(200,147,141); }
div.DivClassName
{
background-color: #C8938D;
}
.BgClassName
{
background-color: #C8938D;
}
</style>
border-color css
<style>
span { border-color: #C8938D; }
span { border-color: rgb(200,147,141); }
td.TdClassName
{
border-color: #C8938D;
}
.TagClassName
{
border-color: #C8938D;
}
</style>