Shades of Oriental Pink #C8938B
Tints of Oriental Pink #C8938B
RGB
CMYK
RGB Variations
Color information
#C8938B (or 0xC8938B) is known color: Oriental Pink. HEX triplet: C8, 93 and 8B. RGB value is (200,147,139). Sum of RGB (Red+Green+Blue) = 200+147+139=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938B is #376C74. Grayscale: #A2A2A2. Windows color (decimal): -3632245 or 9147336. OLE color: 9147336.
HSL color Cylindrical-coordinate representation of color #C8938B: hue angle of 7.87º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8938B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 139 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.22 |
| HSL | 7.87º | 0.36% | 0.66% | - |
| HSV(B) | 7.87º | 0.31% | 0.78% | - |
| XYZ | 38.91 | 35.01 | 29.13 | - |
| YUV | 161.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 139 | 0 | 0.26 | 0.30 | 0.22 | 7.87 | 0.36 | 0.66 |
| Hex | C8 | 93 | 8B | 0 | 1A | 1E | 16 | 8 | 24 | 42 |
| Octal | 310 | 223 | 213 | 0 | 32 | 36 | 26 | 10 | 44 | 102 |
| Binary | 11001000 | 10010011 | 10001011 | 0 | 11010 | 11110 | 10110 | 1000 | 100100 | 1000010 |
Color Harmonies of #C8938B
Complementary color
Monochromatic Colors of #C8938B
Black with #C8938B
Text Example
Text Example
White with #C8938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8938B; }
p { color: rgb(200,147,139); }
H1.HeaderClassName
{
color: #C8938B;
}
.AnyTagClassName
{
color: #C8938B;
}
</style>
background-color css
<style>
a { background-color: #C8938B; }
a { background-color: rgb(200,147,139); }
div.DivClassName
{
background-color: #C8938B;
}
.BgClassName
{
background-color: #C8938B;
}
</style>
border-color css
<style>
span { border-color: #C8938B; }
span { border-color: rgb(200,147,139); }
td.TdClassName
{
border-color: #C8938B;
}
.TagClassName
{
border-color: #C8938B;
}
</style>