Shades of Oriental Pink #C7928D
Tints of Oriental Pink #C7928D
RGB
CMYK
RGB Variations
Color information
#C7928D (or 0xC7928D) is known color: Oriental Pink. HEX triplet: C7, 92 and 8D. RGB value is (199,146,141). Sum of RGB (Red+Green+Blue) = 199+146+141=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7928D is #386D72. Grayscale: #A1A1A1. Windows color (decimal): -3698035 or 9278151. OLE color: 9278151.
HSL color Cylindrical-coordinate representation of color #C7928D: hue angle of 5.17º 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 #C7928D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 141 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.22 |
| HSL | 5.17º | 0.34% | 0.67% | - |
| HSV(B) | 5.17º | 0.29% | 0.78% | - |
| XYZ | 38.64 | 34.62 | 29.85 | - |
| YUV | 161.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 141 | 0 | 0.27 | 0.29 | 0.22 | 5.17 | 0.34 | 0.67 |
| Hex | C7 | 92 | 8D | 0 | 1B | 1D | 16 | 5 | 22 | 43 |
| Octal | 307 | 222 | 215 | 0 | 33 | 35 | 26 | 5 | 42 | 103 |
| Binary | 11000111 | 10010010 | 10001101 | 0 | 11011 | 11101 | 10110 | 101 | 100010 | 1000011 |
Color Harmonies of #C7928D
Complementary color
Monochromatic Colors of #C7928D
Black with #C7928D
Text Example
Text Example
White with #C7928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7928D; }
p { color: rgb(199,146,141); }
H1.HeaderClassName
{
color: #C7928D;
}
.AnyTagClassName
{
color: #C7928D;
}
</style>
background-color css
<style>
a { background-color: #C7928D; }
a { background-color: rgb(199,146,141); }
div.DivClassName
{
background-color: #C7928D;
}
.BgClassName
{
background-color: #C7928D;
}
</style>
border-color css
<style>
span { border-color: #C7928D; }
span { border-color: rgb(199,146,141); }
td.TdClassName
{
border-color: #C7928D;
}
.TagClassName
{
border-color: #C7928D;
}
</style>