Shades of Oriental Pink #C48685
Tints of Oriental Pink #C48685
RGB
CMYK
RGB Variations
Color information
#C48685 (or 0xC48685) is known color: Oriental Pink. HEX triplet: C4, 86 and 85. RGB value is (196,134,133). Sum of RGB (Red+Green+Blue) = 196+134+133=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C48685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48685 is #3B797A. Grayscale: #989898. Windows color (decimal): -3897723 or 8750788. OLE color: 8750788.
HSL color Cylindrical-coordinate representation of color #C48685: hue angle of 0.95º 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 #C48685 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 133 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.23 |
| HSL | 0.95º | 0.35% | 0.65% | - |
| HSV(B) | 0.95º | 0.32% | 0.77% | - |
| XYZ | 35.52 | 30.48 | 26.2 | - |
| YUV | 152.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 133 | 0 | 0.32 | 0.32 | 0.23 | 0.95 | 0.35 | 0.65 |
| Hex | C4 | 86 | 85 | 0 | 20 | 20 | 17 | 1 | 23 | 41 |
| Octal | 304 | 206 | 205 | 0 | 40 | 40 | 27 | 1 | 43 | 101 |
| Binary | 11000100 | 10000110 | 10000101 | 0 | 100000 | 100000 | 10111 | 1 | 100011 | 1000001 |
Color Harmonies of #C48685
Complementary color
Monochromatic Colors of #C48685
Black with #C48685
Text Example
Text Example
White with #C48685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48685; }
p { color: rgb(196,134,133); }
H1.HeaderClassName
{
color: #C48685;
}
.AnyTagClassName
{
color: #C48685;
}
</style>
background-color css
<style>
a { background-color: #C48685; }
a { background-color: rgb(196,134,133); }
div.DivClassName
{
background-color: #C48685;
}
.BgClassName
{
background-color: #C48685;
}
</style>
border-color css
<style>
span { border-color: #C48685; }
span { border-color: rgb(196,134,133); }
td.TdClassName
{
border-color: #C48685;
}
.TagClassName
{
border-color: #C48685;
}
</style>