Shades of Oriental Pink #C57E7D
Tints of Oriental Pink #C57E7D
RGB
CMYK
RGB Variations
Color information
#C57E7D (or 0xC57E7D) is known color: Oriental Pink. HEX triplet: C5, 7E and 7D. RGB value is (197,126,125). Sum of RGB (Red+Green+Blue) = 197+126+125=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57E7D is #3A8182. Grayscale: #939393. Windows color (decimal): -3834243 or 8224453. OLE color: 8224453.
HSL color Cylindrical-coordinate representation of color #C57E7D: hue angle of 0.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 #C57E7D is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 125 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.23 |
| HSL | 0.83º | 0.38% | 0.63% | - |
| HSV(B) | 0.83º | 0.37% | 0.77% | - |
| XYZ | 34.19 | 28.27 | 23.06 | - |
| YUV | 147.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 125 | 0 | 0.36 | 0.37 | 0.23 | 0.83 | 0.38 | 0.63 |
| Hex | C5 | 7E | 7D | 0 | 24 | 25 | 17 | 1 | 26 | 3F |
| Octal | 305 | 176 | 175 | 0 | 44 | 45 | 27 | 1 | 46 | 77 |
| Binary | 11000101 | 1111110 | 1111101 | 0 | 100100 | 100101 | 10111 | 1 | 100110 | 111111 |
Color Harmonies of #C57E7D
Complementary color
Monochromatic Colors of #C57E7D
Black with #C57E7D
Text Example
Text Example
White with #C57E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E7D; }
p { color: rgb(197,126,125); }
H1.HeaderClassName
{
color: #C57E7D;
}
.AnyTagClassName
{
color: #C57E7D;
}
</style>
background-color css
<style>
a { background-color: #C57E7D; }
a { background-color: rgb(197,126,125); }
div.DivClassName
{
background-color: #C57E7D;
}
.BgClassName
{
background-color: #C57E7D;
}
</style>
border-color css
<style>
span { border-color: #C57E7D; }
span { border-color: rgb(197,126,125); }
td.TdClassName
{
border-color: #C57E7D;
}
.TagClassName
{
border-color: #C57E7D;
}
</style>