Shades of Oriental Pink #C8938C
Tints of Oriental Pink #C8938C
RGB
CMYK
RGB Variations
Color information
#C8938C (or 0xC8938C) is known color: Oriental Pink. HEX triplet: C8, 93 and 8C. RGB value is (200,147,140). Sum of RGB (Red+Green+Blue) = 200+147+140=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938C is #376C73. Grayscale: #A2A2A2. Windows color (decimal): -3632244 or 9212872. OLE color: 9212872.
HSL color Cylindrical-coordinate representation of color #C8938C: hue angle of 7º 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 #C8938C is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 140 | - |
| CMYK | 0 | 0.26 | 0.3 | 0.22 |
| HSL | 7º | 0.35% | 0.67% | - |
| HSV(B) | 7º | 0.3% | 0.78% | - |
| XYZ | 38.99 | 35.04 | 29.52 | - |
| YUV | 162.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 140 | 0 | 0.26 | 0.3 | 0.22 | 7 | 0.35 | 0.67 |
| Hex | C8 | 93 | 8C | 0 | 1A | 1E | 16 | 7 | 23 | 43 |
| Octal | 310 | 223 | 214 | 0 | 32 | 36 | 26 | 7 | 43 | 103 |
| Binary | 11001000 | 10010011 | 10001100 | 0 | 11010 | 11110 | 10110 | 111 | 100011 | 1000011 |
Color Harmonies of #C8938C
Complementary color
Monochromatic Colors of #C8938C
Black with #C8938C
Text Example
Text Example
White with #C8938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8938C; }
p { color: rgb(200,147,140); }
H1.HeaderClassName
{
color: #C8938C;
}
.AnyTagClassName
{
color: #C8938C;
}
</style>
background-color css
<style>
a { background-color: #C8938C; }
a { background-color: rgb(200,147,140); }
div.DivClassName
{
background-color: #C8938C;
}
.BgClassName
{
background-color: #C8938C;
}
</style>
border-color css
<style>
span { border-color: #C8938C; }
span { border-color: rgb(200,147,140); }
td.TdClassName
{
border-color: #C8938C;
}
.TagClassName
{
border-color: #C8938C;
}
</style>