Shades of Oriental Pink #C48B7F
Tints of Oriental Pink #C48B7F
RGB
CMYK
RGB Variations
Color information
#C48B7F (or 0xC48B7F) is known color: Oriental Pink. HEX triplet: C4, 8B and 7F. RGB value is (196,139,127). Sum of RGB (Red+Green+Blue) = 196+139+127=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B7F is #3B7480. Grayscale: #9A9A9A. Windows color (decimal): -3896449 or 8358852. OLE color: 8358852.
HSL color Cylindrical-coordinate representation of color #C48B7F: hue angle of 10.43º 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 #C48B7F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 127 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.23 |
| HSL | 10.43º | 0.37% | 0.63% | - |
| HSV(B) | 10.43º | 0.35% | 0.77% | - |
| XYZ | 35.83 | 31.73 | 24.32 | - |
| YUV | 154.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 127 | 0 | 0.29 | 0.35 | 0.23 | 10.43 | 0.37 | 0.63 |
| Hex | C4 | 8B | 7F | 0 | 1D | 23 | 17 | A | 25 | 3F |
| Octal | 304 | 213 | 177 | 0 | 35 | 43 | 27 | 12 | 45 | 77 |
| Binary | 11000100 | 10001011 | 1111111 | 0 | 11101 | 100011 | 10111 | 1010 | 100101 | 111111 |
Color Harmonies of #C48B7F
Complementary color
Monochromatic Colors of #C48B7F
Black with #C48B7F
Text Example
Text Example
White with #C48B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B7F; }
p { color: rgb(196,139,127); }
H1.HeaderClassName
{
color: #C48B7F;
}
.AnyTagClassName
{
color: #C48B7F;
}
</style>
background-color css
<style>
a { background-color: #C48B7F; }
a { background-color: rgb(196,139,127); }
div.DivClassName
{
background-color: #C48B7F;
}
.BgClassName
{
background-color: #C48B7F;
}
</style>
border-color css
<style>
span { border-color: #C48B7F; }
span { border-color: rgb(196,139,127); }
td.TdClassName
{
border-color: #C48B7F;
}
.TagClassName
{
border-color: #C48B7F;
}
</style>