Shades of Oriental Pink #C48381
Tints of Oriental Pink #C48381
RGB
CMYK
RGB Variations
Color information
#C48381 (or 0xC48381) is known color: Oriental Pink. HEX triplet: C4, 83 and 81. RGB value is (196,131,129). Sum of RGB (Red+Green+Blue) = 196+131+129=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48381 is #3B7C7E. Grayscale: #969696. Windows color (decimal): -3898495 or 8487876. OLE color: 8487876.
HSL color Cylindrical-coordinate representation of color #C48381: hue angle of 1.79º 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 #C48381 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 129 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.23 |
| HSL | 1.79º | 0.36% | 0.64% | - |
| HSV(B) | 1.79º | 0.34% | 0.77% | - |
| XYZ | 34.84 | 29.55 | 24.64 | - |
| YUV | 150.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 129 | 0 | 0.33 | 0.34 | 0.23 | 1.79 | 0.36 | 0.64 |
| Hex | C4 | 83 | 81 | 0 | 21 | 22 | 17 | 2 | 24 | 40 |
| Octal | 304 | 203 | 201 | 0 | 41 | 42 | 27 | 2 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10000001 | 0 | 100001 | 100010 | 10111 | 10 | 100100 | 1000000 |
Color Harmonies of #C48381
Complementary color
Monochromatic Colors of #C48381
Black with #C48381
Text Example
Text Example
White with #C48381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48381; }
p { color: rgb(196,131,129); }
H1.HeaderClassName
{
color: #C48381;
}
.AnyTagClassName
{
color: #C48381;
}
</style>
background-color css
<style>
a { background-color: #C48381; }
a { background-color: rgb(196,131,129); }
div.DivClassName
{
background-color: #C48381;
}
.BgClassName
{
background-color: #C48381;
}
</style>
border-color css
<style>
span { border-color: #C48381; }
span { border-color: rgb(196,131,129); }
td.TdClassName
{
border-color: #C48381;
}
.TagClassName
{
border-color: #C48381;
}
</style>