Shades of Oriental Pink #C48B7C
Tints of Oriental Pink #C48B7C
RGB
CMYK
RGB Variations
Color information
#C48B7C (or 0xC48B7C) is known color: Oriental Pink. HEX triplet: C4, 8B and 7C. RGB value is (196,139,124). Sum of RGB (Red+Green+Blue) = 196+139+124=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B7C is #3B7483. Grayscale: #9A9A9A. Windows color (decimal): -3896452 or 8162244. OLE color: 8162244.
HSL color Cylindrical-coordinate representation of color #C48B7C: hue angle of 12.5º 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 #C48B7C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 124 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.23 |
| HSL | 12.5º | 0.38% | 0.63% | - |
| HSV(B) | 12.5º | 0.37% | 0.77% | - |
| XYZ | 35.64 | 31.66 | 23.3 | - |
| YUV | 154.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 124 | 0 | 0.29 | 0.37 | 0.23 | 12.5 | 0.38 | 0.63 |
| Hex | C4 | 8B | 7C | 0 | 1D | 25 | 17 | C | 26 | 3F |
| Octal | 304 | 213 | 174 | 0 | 35 | 45 | 27 | 14 | 46 | 77 |
| Binary | 11000100 | 10001011 | 1111100 | 0 | 11101 | 100101 | 10111 | 1100 | 100110 | 111111 |
Color Harmonies of #C48B7C
Complementary color
Monochromatic Colors of #C48B7C
Black with #C48B7C
Text Example
Text Example
White with #C48B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B7C; }
p { color: rgb(196,139,124); }
H1.HeaderClassName
{
color: #C48B7C;
}
.AnyTagClassName
{
color: #C48B7C;
}
</style>
background-color css
<style>
a { background-color: #C48B7C; }
a { background-color: rgb(196,139,124); }
div.DivClassName
{
background-color: #C48B7C;
}
.BgClassName
{
background-color: #C48B7C;
}
</style>
border-color css
<style>
span { border-color: #C48B7C; }
span { border-color: rgb(196,139,124); }
td.TdClassName
{
border-color: #C48B7C;
}
.TagClassName
{
border-color: #C48B7C;
}
</style>