Shades of Oriental Pink #C5897C
Tints of Oriental Pink #C5897C
RGB
CMYK
RGB Variations
Color information
#C5897C (or 0xC5897C) is known color: Oriental Pink. HEX triplet: C5, 89 and 7C. RGB value is (197,137,124). Sum of RGB (Red+Green+Blue) = 197+137+124=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5897C is #3A7683. Grayscale: #999999. Windows color (decimal): -3831428 or 8161733. OLE color: 8161733.
HSL color Cylindrical-coordinate representation of color #C5897C: hue angle of 10.68º degrees, saturation: 0.39, 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 #C5897C is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 124 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.23 |
| HSL | 10.68º | 0.39% | 0.63% | - |
| HSV(B) | 10.68º | 0.37% | 0.77% | - |
| XYZ | 35.61 | 31.22 | 23.22 | - |
| YUV | 153.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 124 | 0 | 0.30 | 0.37 | 0.23 | 10.68 | 0.39 | 0.63 |
| Hex | C5 | 89 | 7C | 0 | 1E | 25 | 17 | B | 27 | 3F |
| Octal | 305 | 211 | 174 | 0 | 36 | 45 | 27 | 13 | 47 | 77 |
| Binary | 11000101 | 10001001 | 1111100 | 0 | 11110 | 100101 | 10111 | 1011 | 100111 | 111111 |
Color Harmonies of #C5897C
Complementary color
Monochromatic Colors of #C5897C
Black with #C5897C
Text Example
Text Example
White with #C5897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5897C; }
p { color: rgb(197,137,124); }
H1.HeaderClassName
{
color: #C5897C;
}
.AnyTagClassName
{
color: #C5897C;
}
</style>
background-color css
<style>
a { background-color: #C5897C; }
a { background-color: rgb(197,137,124); }
div.DivClassName
{
background-color: #C5897C;
}
.BgClassName
{
background-color: #C5897C;
}
</style>
border-color css
<style>
span { border-color: #C5897C; }
span { border-color: rgb(197,137,124); }
td.TdClassName
{
border-color: #C5897C;
}
.TagClassName
{
border-color: #C5897C;
}
</style>