Shades of Oriental Pink #C48681
Tints of Oriental Pink #C48681
RGB
CMYK
RGB Variations
Color information
#C48681 (or 0xC48681) is known color: Oriental Pink. HEX triplet: C4, 86 and 81. RGB value is (196,134,129). Sum of RGB (Red+Green+Blue) = 196+134+129=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C48681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48681 is #3B797E. Grayscale: #989898. Windows color (decimal): -3897727 or 8488644. OLE color: 8488644.
HSL color Cylindrical-coordinate representation of color #C48681: hue angle of 4.48º 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 #C48681 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 129 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.23 |
| HSL | 4.48º | 0.36% | 0.64% | - |
| HSV(B) | 4.48º | 0.34% | 0.77% | - |
| XYZ | 35.25 | 30.37 | 24.77 | - |
| YUV | 151.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 129 | 0 | 0.32 | 0.34 | 0.23 | 4.48 | 0.36 | 0.64 |
| Hex | C4 | 86 | 81 | 0 | 20 | 22 | 17 | 4 | 24 | 40 |
| Octal | 304 | 206 | 201 | 0 | 40 | 42 | 27 | 4 | 44 | 100 |
| Binary | 11000100 | 10000110 | 10000001 | 0 | 100000 | 100010 | 10111 | 100 | 100100 | 1000000 |
Color Harmonies of #C48681
Complementary color
Monochromatic Colors of #C48681
Black with #C48681
Text Example
Text Example
White with #C48681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48681; }
p { color: rgb(196,134,129); }
H1.HeaderClassName
{
color: #C48681;
}
.AnyTagClassName
{
color: #C48681;
}
</style>
background-color css
<style>
a { background-color: #C48681; }
a { background-color: rgb(196,134,129); }
div.DivClassName
{
background-color: #C48681;
}
.BgClassName
{
background-color: #C48681;
}
</style>
border-color css
<style>
span { border-color: #C48681; }
span { border-color: rgb(196,134,129); }
td.TdClassName
{
border-color: #C48681;
}
.TagClassName
{
border-color: #C48681;
}
</style>