Shades of Oriental Pink #C48885
Tints of Oriental Pink #C48885
RGB
CMYK
RGB Variations
Color information
#C48885 (or 0xC48885) is known color: Oriental Pink. HEX triplet: C4, 88 and 85. RGB value is (196,136,133). Sum of RGB (Red+Green+Blue) = 196+136+133=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C48885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48885 is #3B777A. Grayscale: #999999. Windows color (decimal): -3897211 or 8751300. OLE color: 8751300.
HSL color Cylindrical-coordinate representation of color #C48885: hue angle of 2.86º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48885 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 133 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.23 |
| HSL | 2.86º | 0.35% | 0.65% | - |
| HSV(B) | 2.86º | 0.32% | 0.77% | - |
| XYZ | 35.8 | 31.04 | 26.29 | - |
| YUV | 153.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 133 | 0 | 0.31 | 0.32 | 0.23 | 2.86 | 0.35 | 0.65 |
| Hex | C4 | 88 | 85 | 0 | 1F | 20 | 17 | 3 | 23 | 41 |
| Octal | 304 | 210 | 205 | 0 | 37 | 40 | 27 | 3 | 43 | 101 |
| Binary | 11000100 | 10001000 | 10000101 | 0 | 11111 | 100000 | 10111 | 11 | 100011 | 1000001 |
Color Harmonies of #C48885
Complementary color
Monochromatic Colors of #C48885
Black with #C48885
Text Example
Text Example
White with #C48885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48885; }
p { color: rgb(196,136,133); }
H1.HeaderClassName
{
color: #C48885;
}
.AnyTagClassName
{
color: #C48885;
}
</style>
background-color css
<style>
a { background-color: #C48885; }
a { background-color: rgb(196,136,133); }
div.DivClassName
{
background-color: #C48885;
}
.BgClassName
{
background-color: #C48885;
}
</style>
border-color css
<style>
span { border-color: #C48885; }
span { border-color: rgb(196,136,133); }
td.TdClassName
{
border-color: #C48885;
}
.TagClassName
{
border-color: #C48885;
}
</style>