Shades of Oriental Pink #C7938D
Tints of Oriental Pink #C7938D
RGB
CMYK
RGB Variations
Color information
#C7938D (or 0xC7938D) is known color: Oriental Pink. HEX triplet: C7, 93 and 8D. RGB value is (199,147,141). Sum of RGB (Red+Green+Blue) = 199+147+141=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7938D is #386C72. Grayscale: #A1A1A1. Windows color (decimal): -3697779 or 9278407. OLE color: 9278407.
HSL color Cylindrical-coordinate representation of color #C7938D: hue angle of 6.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7938D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 141 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.22 |
| HSL | 6.21º | 0.34% | 0.67% | - |
| HSV(B) | 6.21º | 0.29% | 0.78% | - |
| XYZ | 38.79 | 34.93 | 29.9 | - |
| YUV | 161.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 141 | 0 | 0.26 | 0.29 | 0.22 | 6.21 | 0.34 | 0.67 |
| Hex | C7 | 93 | 8D | 0 | 1A | 1D | 16 | 6 | 22 | 43 |
| Octal | 307 | 223 | 215 | 0 | 32 | 35 | 26 | 6 | 42 | 103 |
| Binary | 11000111 | 10010011 | 10001101 | 0 | 11010 | 11101 | 10110 | 110 | 100010 | 1000011 |
Color Harmonies of #C7938D
Complementary color
Monochromatic Colors of #C7938D
Black with #C7938D
Text Example
Text Example
White with #C7938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7938D; }
p { color: rgb(199,147,141); }
H1.HeaderClassName
{
color: #C7938D;
}
.AnyTagClassName
{
color: #C7938D;
}
</style>
background-color css
<style>
a { background-color: #C7938D; }
a { background-color: rgb(199,147,141); }
div.DivClassName
{
background-color: #C7938D;
}
.BgClassName
{
background-color: #C7938D;
}
</style>
border-color css
<style>
span { border-color: #C7938D; }
span { border-color: rgb(199,147,141); }
td.TdClassName
{
border-color: #C7938D;
}
.TagClassName
{
border-color: #C7938D;
}
</style>