Shades of Oriental Pink #C48F85
Tints of Oriental Pink #C48F85
RGB
CMYK
RGB Variations
Color information
#C48F85 (or 0xC48F85) is known color: Oriental Pink. HEX triplet: C4, 8F and 85. RGB value is (196,143,133). Sum of RGB (Red+Green+Blue) = 196+143+133=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F85 is #3B707A. Grayscale: #9D9D9D. Windows color (decimal): -3895419 or 8753092. OLE color: 8753092.
HSL color Cylindrical-coordinate representation of color #C48F85: hue angle of 9.52º 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 #C48F85 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 133 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.23 |
| HSL | 9.52º | 0.35% | 0.65% | - |
| HSV(B) | 9.52º | 0.32% | 0.77% | - |
| XYZ | 36.82 | 33.07 | 26.63 | - |
| YUV | 157.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 133 | 0 | 0.27 | 0.32 | 0.23 | 9.52 | 0.35 | 0.65 |
| Hex | C4 | 8F | 85 | 0 | 1B | 20 | 17 | A | 23 | 41 |
| Octal | 304 | 217 | 205 | 0 | 33 | 40 | 27 | 12 | 43 | 101 |
| Binary | 11000100 | 10001111 | 10000101 | 0 | 11011 | 100000 | 10111 | 1010 | 100011 | 1000001 |
Color Harmonies of #C48F85
Complementary color
Monochromatic Colors of #C48F85
Black with #C48F85
Text Example
Text Example
White with #C48F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F85; }
p { color: rgb(196,143,133); }
H1.HeaderClassName
{
color: #C48F85;
}
.AnyTagClassName
{
color: #C48F85;
}
</style>
background-color css
<style>
a { background-color: #C48F85; }
a { background-color: rgb(196,143,133); }
div.DivClassName
{
background-color: #C48F85;
}
.BgClassName
{
background-color: #C48F85;
}
</style>
border-color css
<style>
span { border-color: #C48F85; }
span { border-color: rgb(196,143,133); }
td.TdClassName
{
border-color: #C48F85;
}
.TagClassName
{
border-color: #C48F85;
}
</style>