Shades of Oriental Pink #C48D83
Tints of Oriental Pink #C48D83
RGB
CMYK
RGB Variations
Color information
#C48D83 (or 0xC48D83) is known color: Oriental Pink. HEX triplet: C4, 8D and 83. RGB value is (196,141,131). Sum of RGB (Red+Green+Blue) = 196+141+131=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D83 is #3B727C. Grayscale: #9C9C9C. Windows color (decimal): -3895933 or 8621508. OLE color: 8621508.
HSL color Cylindrical-coordinate representation of color #C48D83: hue angle of 9.23º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48D83 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 131 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.23 |
| HSL | 9.23º | 0.36% | 0.64% | - |
| HSV(B) | 9.23º | 0.33% | 0.77% | - |
| XYZ | 36.39 | 32.42 | 25.81 | - |
| YUV | 156.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 131 | 0 | 0.28 | 0.33 | 0.23 | 9.23 | 0.36 | 0.64 |
| Hex | C4 | 8D | 83 | 0 | 1C | 21 | 17 | 9 | 24 | 40 |
| Octal | 304 | 215 | 203 | 0 | 34 | 41 | 27 | 11 | 44 | 100 |
| Binary | 11000100 | 10001101 | 10000011 | 0 | 11100 | 100001 | 10111 | 1001 | 100100 | 1000000 |
Color Harmonies of #C48D83
Complementary color
Monochromatic Colors of #C48D83
Black with #C48D83
Text Example
Text Example
White with #C48D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D83; }
p { color: rgb(196,141,131); }
H1.HeaderClassName
{
color: #C48D83;
}
.AnyTagClassName
{
color: #C48D83;
}
</style>
background-color css
<style>
a { background-color: #C48D83; }
a { background-color: rgb(196,141,131); }
div.DivClassName
{
background-color: #C48D83;
}
.BgClassName
{
background-color: #C48D83;
}
</style>
border-color css
<style>
span { border-color: #C48D83; }
span { border-color: rgb(196,141,131); }
td.TdClassName
{
border-color: #C48D83;
}
.TagClassName
{
border-color: #C48D83;
}
</style>