Shades of Oriental Pink #C7847D
Tints of Oriental Pink #C7847D
RGB
CMYK
RGB Variations
Color information
#C7847D (or 0xC7847D) is known color: Oriental Pink. HEX triplet: C7, 84 and 7D. RGB value is (199,132,125). Sum of RGB (Red+Green+Blue) = 199+132+125=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7847D is #387B82. Grayscale: #979797. Windows color (decimal): -3701635 or 8225991. OLE color: 8225991.
HSL color Cylindrical-coordinate representation of color #C7847D: hue angle of 5.68º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7847D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 125 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.22 |
| HSL | 5.68º | 0.4% | 0.64% | - |
| HSV(B) | 5.68º | 0.37% | 0.78% | - |
| XYZ | 35.51 | 30.13 | 23.35 | - |
| YUV | 151.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 125 | 0 | 0.34 | 0.37 | 0.22 | 5.68 | 0.4 | 0.64 |
| Hex | C7 | 84 | 7D | 0 | 22 | 25 | 16 | 6 | 28 | 40 |
| Octal | 307 | 204 | 175 | 0 | 42 | 45 | 26 | 6 | 50 | 100 |
| Binary | 11000111 | 10000100 | 1111101 | 0 | 100010 | 100101 | 10110 | 110 | 101000 | 1000000 |
Color Harmonies of #C7847D
Complementary color
Monochromatic Colors of #C7847D
Black with #C7847D
Text Example
Text Example
White with #C7847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7847D; }
p { color: rgb(199,132,125); }
H1.HeaderClassName
{
color: #C7847D;
}
.AnyTagClassName
{
color: #C7847D;
}
</style>
background-color css
<style>
a { background-color: #C7847D; }
a { background-color: rgb(199,132,125); }
div.DivClassName
{
background-color: #C7847D;
}
.BgClassName
{
background-color: #C7847D;
}
</style>
border-color css
<style>
span { border-color: #C7847D; }
span { border-color: rgb(199,132,125); }
td.TdClassName
{
border-color: #C7847D;
}
.TagClassName
{
border-color: #C7847D;
}
</style>