Shades of Oriental Pink #C57F7E
Tints of Oriental Pink #C57F7E
RGB
CMYK
RGB Variations
Color information
#C57F7E (or 0xC57F7E) is known color: Oriental Pink. HEX triplet: C5, 7F and 7E. RGB value is (197,127,126). Sum of RGB (Red+Green+Blue) = 197+127+126=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F7E is #3A8081. Grayscale: #939393. Windows color (decimal): -3833986 or 8290245. OLE color: 8290245.
HSL color Cylindrical-coordinate representation of color #C57F7E: hue angle of 0.85º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57F7E is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 126 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.23 |
| HSL | 0.85º | 0.38% | 0.63% | - |
| HSV(B) | 0.85º | 0.36% | 0.77% | - |
| XYZ | 34.38 | 28.56 | 23.44 | - |
| YUV | 147.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 126 | 0 | 0.36 | 0.36 | 0.23 | 0.85 | 0.38 | 0.63 |
| Hex | C5 | 7F | 7E | 0 | 24 | 24 | 17 | 1 | 26 | 3F |
| Octal | 305 | 177 | 176 | 0 | 44 | 44 | 27 | 1 | 46 | 77 |
| Binary | 11000101 | 1111111 | 1111110 | 0 | 100100 | 100100 | 10111 | 1 | 100110 | 111111 |
Color Harmonies of #C57F7E
Complementary color
Monochromatic Colors of #C57F7E
Black with #C57F7E
Text Example
Text Example
White with #C57F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F7E; }
p { color: rgb(197,127,126); }
H1.HeaderClassName
{
color: #C57F7E;
}
.AnyTagClassName
{
color: #C57F7E;
}
</style>
background-color css
<style>
a { background-color: #C57F7E; }
a { background-color: rgb(197,127,126); }
div.DivClassName
{
background-color: #C57F7E;
}
.BgClassName
{
background-color: #C57F7E;
}
</style>
border-color css
<style>
span { border-color: #C57F7E; }
span { border-color: rgb(197,127,126); }
td.TdClassName
{
border-color: #C57F7E;
}
.TagClassName
{
border-color: #C57F7E;
}
</style>