Shades of Oriental Pink #C38785
Tints of Oriental Pink #C38785
RGB
CMYK
RGB Variations
Color information
#C38785 (or 0xC38785) is known color: Oriental Pink. HEX triplet: C3, 87 and 85. RGB value is (195,135,133). Sum of RGB (Red+Green+Blue) = 195+135+133=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38785 is #3C787A. Grayscale: #989898. Windows color (decimal): -3963003 or 8751043. OLE color: 8751043.
HSL color Cylindrical-coordinate representation of color #C38785: hue angle of 1.94º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38785 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 133 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.24 |
| HSL | 1.94º | 0.34% | 0.64% | - |
| HSV(B) | 1.94º | 0.32% | 0.76% | - |
| XYZ | 35.4 | 30.62 | 26.24 | - |
| YUV | 152.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 133 | 0 | 0.31 | 0.32 | 0.24 | 1.94 | 0.34 | 0.64 |
| Hex | C3 | 87 | 85 | 0 | 1F | 20 | 18 | 2 | 22 | 40 |
| Octal | 303 | 207 | 205 | 0 | 37 | 40 | 30 | 2 | 42 | 100 |
| Binary | 11000011 | 10000111 | 10000101 | 0 | 11111 | 100000 | 11000 | 10 | 100010 | 1000000 |
Color Harmonies of #C38785
Complementary color
Monochromatic Colors of #C38785
Black with #C38785
Text Example
Text Example
White with #C38785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38785; }
p { color: rgb(195,135,133); }
H1.HeaderClassName
{
color: #C38785;
}
.AnyTagClassName
{
color: #C38785;
}
</style>
background-color css
<style>
a { background-color: #C38785; }
a { background-color: rgb(195,135,133); }
div.DivClassName
{
background-color: #C38785;
}
.BgClassName
{
background-color: #C38785;
}
</style>
border-color css
<style>
span { border-color: #C38785; }
span { border-color: rgb(195,135,133); }
td.TdClassName
{
border-color: #C38785;
}
.TagClassName
{
border-color: #C38785;
}
</style>