Shades of Oriental Pink #C48B82
Tints of Oriental Pink #C48B82
RGB
CMYK
RGB Variations
Color information
#C48B82 (or 0xC48B82) is known color: Oriental Pink. HEX triplet: C4, 8B and 82. RGB value is (196,139,130). Sum of RGB (Red+Green+Blue) = 196+139+130=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B82 is #3B747D. Grayscale: #9B9B9B. Windows color (decimal): -3896446 or 8555460. OLE color: 8555460.
HSL color Cylindrical-coordinate representation of color #C48B82: hue angle of 8.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48B82 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 130 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.23 |
| HSL | 8.18º | 0.36% | 0.64% | - |
| HSV(B) | 8.18º | 0.34% | 0.77% | - |
| XYZ | 36.03 | 31.81 | 25.36 | - |
| YUV | 155.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 130 | 0 | 0.29 | 0.34 | 0.23 | 8.18 | 0.36 | 0.64 |
| Hex | C4 | 8B | 82 | 0 | 1D | 22 | 17 | 8 | 24 | 40 |
| Octal | 304 | 213 | 202 | 0 | 35 | 42 | 27 | 10 | 44 | 100 |
| Binary | 11000100 | 10001011 | 10000010 | 0 | 11101 | 100010 | 10111 | 1000 | 100100 | 1000000 |
Color Harmonies of #C48B82
Complementary color
Monochromatic Colors of #C48B82
Black with #C48B82
Text Example
Text Example
White with #C48B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B82; }
p { color: rgb(196,139,130); }
H1.HeaderClassName
{
color: #C48B82;
}
.AnyTagClassName
{
color: #C48B82;
}
</style>
background-color css
<style>
a { background-color: #C48B82; }
a { background-color: rgb(196,139,130); }
div.DivClassName
{
background-color: #C48B82;
}
.BgClassName
{
background-color: #C48B82;
}
</style>
border-color css
<style>
span { border-color: #C48B82; }
span { border-color: rgb(196,139,130); }
td.TdClassName
{
border-color: #C48B82;
}
.TagClassName
{
border-color: #C48B82;
}
</style>