Shades of Oriental Pink #C48883
Tints of Oriental Pink #C48883
RGB
CMYK
RGB Variations
Color information
#C48883 (or 0xC48883) is known color: Oriental Pink. HEX triplet: C4, 88 and 83. RGB value is (196,136,131). Sum of RGB (Red+Green+Blue) = 196+136+131=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C48883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48883 is #3B777C. Grayscale: #999999. Windows color (decimal): -3897213 or 8620228. OLE color: 8620228.
HSL color Cylindrical-coordinate representation of color #C48883: hue angle of 4.62º 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 #C48883 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 131 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.23 |
| HSL | 4.62º | 0.36% | 0.64% | - |
| HSV(B) | 4.62º | 0.33% | 0.77% | - |
| XYZ | 35.67 | 30.98 | 25.57 | - |
| YUV | 153.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 131 | 0 | 0.31 | 0.33 | 0.23 | 4.62 | 0.36 | 0.64 |
| Hex | C4 | 88 | 83 | 0 | 1F | 21 | 17 | 5 | 24 | 40 |
| Octal | 304 | 210 | 203 | 0 | 37 | 41 | 27 | 5 | 44 | 100 |
| Binary | 11000100 | 10001000 | 10000011 | 0 | 11111 | 100001 | 10111 | 101 | 100100 | 1000000 |
Color Harmonies of #C48883
Complementary color
Monochromatic Colors of #C48883
Black with #C48883
Text Example
Text Example
White with #C48883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48883; }
p { color: rgb(196,136,131); }
H1.HeaderClassName
{
color: #C48883;
}
.AnyTagClassName
{
color: #C48883;
}
</style>
background-color css
<style>
a { background-color: #C48883; }
a { background-color: rgb(196,136,131); }
div.DivClassName
{
background-color: #C48883;
}
.BgClassName
{
background-color: #C48883;
}
</style>
border-color css
<style>
span { border-color: #C48883; }
span { border-color: rgb(196,136,131); }
td.TdClassName
{
border-color: #C48883;
}
.TagClassName
{
border-color: #C48883;
}
</style>