Shades of Oriental Pink #C48382
Tints of Oriental Pink #C48382
RGB
CMYK
RGB Variations
Color information
#C48382 (or 0xC48382) is known color: Oriental Pink. HEX triplet: C4, 83 and 82. RGB value is (196,131,130). Sum of RGB (Red+Green+Blue) = 196+131+130=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C48382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48382 is #3B7C7D. Grayscale: #969696. Windows color (decimal): -3898494 or 8553412. OLE color: 8553412.
HSL color Cylindrical-coordinate representation of color #C48382: hue angle of 0.91º 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 #C48382 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 130 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.23 |
| HSL | 0.91º | 0.36% | 0.64% | - |
| HSV(B) | 0.91º | 0.34% | 0.77% | - |
| XYZ | 34.91 | 29.58 | 24.99 | - |
| YUV | 150.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 130 | 0 | 0.33 | 0.34 | 0.23 | 0.91 | 0.36 | 0.64 |
| Hex | C4 | 83 | 82 | 0 | 21 | 22 | 17 | 1 | 24 | 40 |
| Octal | 304 | 203 | 202 | 0 | 41 | 42 | 27 | 1 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10000010 | 0 | 100001 | 100010 | 10111 | 1 | 100100 | 1000000 |
Color Harmonies of #C48382
Complementary color
Monochromatic Colors of #C48382
Black with #C48382
Text Example
Text Example
White with #C48382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48382; }
p { color: rgb(196,131,130); }
H1.HeaderClassName
{
color: #C48382;
}
.AnyTagClassName
{
color: #C48382;
}
</style>
background-color css
<style>
a { background-color: #C48382; }
a { background-color: rgb(196,131,130); }
div.DivClassName
{
background-color: #C48382;
}
.BgClassName
{
background-color: #C48382;
}
</style>
border-color css
<style>
span { border-color: #C48382; }
span { border-color: rgb(196,131,130); }
td.TdClassName
{
border-color: #C48382;
}
.TagClassName
{
border-color: #C48382;
}
</style>