Shades of Oriental Pink #C4897F
Tints of Oriental Pink #C4897F
RGB
CMYK
RGB Variations
Color information
#C4897F (or 0xC4897F) is known color: Oriental Pink. HEX triplet: C4, 89 and 7F. RGB value is (196,137,127). Sum of RGB (Red+Green+Blue) = 196+137+127=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4897F is #3B7680. Grayscale: #999999. Windows color (decimal): -3896961 or 8358340. OLE color: 8358340.
HSL color Cylindrical-coordinate representation of color #C4897F: hue angle of 8.7º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4897F is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 127 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.23 |
| HSL | 8.7º | 0.37% | 0.63% | - |
| HSV(B) | 8.7º | 0.35% | 0.77% | - |
| XYZ | 35.54 | 31.16 | 24.22 | - |
| YUV | 153.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 127 | 0 | 0.30 | 0.35 | 0.23 | 8.7 | 0.37 | 0.63 |
| Hex | C4 | 89 | 7F | 0 | 1E | 23 | 17 | 9 | 25 | 3F |
| Octal | 304 | 211 | 177 | 0 | 36 | 43 | 27 | 11 | 45 | 77 |
| Binary | 11000100 | 10001001 | 1111111 | 0 | 11110 | 100011 | 10111 | 1001 | 100101 | 111111 |
Color Harmonies of #C4897F
Complementary color
Monochromatic Colors of #C4897F
Black with #C4897F
Text Example
Text Example
White with #C4897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4897F; }
p { color: rgb(196,137,127); }
H1.HeaderClassName
{
color: #C4897F;
}
.AnyTagClassName
{
color: #C4897F;
}
</style>
background-color css
<style>
a { background-color: #C4897F; }
a { background-color: rgb(196,137,127); }
div.DivClassName
{
background-color: #C4897F;
}
.BgClassName
{
background-color: #C4897F;
}
</style>
border-color css
<style>
span { border-color: #C4897F; }
span { border-color: rgb(196,137,127); }
td.TdClassName
{
border-color: #C4897F;
}
.TagClassName
{
border-color: #C4897F;
}
</style>