Shades of Oriental Pink #C5847D
Tints of Oriental Pink #C5847D
RGB
CMYK
RGB Variations
Color information
#C5847D (or 0xC5847D) is known color: Oriental Pink. HEX triplet: C5, 84 and 7D. RGB value is (197,132,125). Sum of RGB (Red+Green+Blue) = 197+132+125=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5847D is #3A7B82. Grayscale: #969696. Windows color (decimal): -3832707 or 8225989. OLE color: 8225989.
HSL color Cylindrical-coordinate representation of color #C5847D: hue angle of 5.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5847D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 125 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.23 |
| HSL | 5.83º | 0.38% | 0.63% | - |
| HSV(B) | 5.83º | 0.37% | 0.77% | - |
| XYZ | 34.98 | 29.85 | 23.32 | - |
| YUV | 150.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 125 | 0 | 0.33 | 0.37 | 0.23 | 5.83 | 0.38 | 0.63 |
| Hex | C5 | 84 | 7D | 0 | 21 | 25 | 17 | 6 | 26 | 3F |
| Octal | 305 | 204 | 175 | 0 | 41 | 45 | 27 | 6 | 46 | 77 |
| Binary | 11000101 | 10000100 | 1111101 | 0 | 100001 | 100101 | 10111 | 110 | 100110 | 111111 |
Color Harmonies of #C5847D
Complementary color
Monochromatic Colors of #C5847D
Black with #C5847D
Text Example
Text Example
White with #C5847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5847D; }
p { color: rgb(197,132,125); }
H1.HeaderClassName
{
color: #C5847D;
}
.AnyTagClassName
{
color: #C5847D;
}
</style>
background-color css
<style>
a { background-color: #C5847D; }
a { background-color: rgb(197,132,125); }
div.DivClassName
{
background-color: #C5847D;
}
.BgClassName
{
background-color: #C5847D;
}
</style>
border-color css
<style>
span { border-color: #C5847D; }
span { border-color: rgb(197,132,125); }
td.TdClassName
{
border-color: #C5847D;
}
.TagClassName
{
border-color: #C5847D;
}
</style>