Shades of Oriental Pink #C38F87
Tints of Oriental Pink #C38F87
RGB
CMYK
RGB Variations
Color information
#C38F87 (or 0xC38F87) is known color: Oriental Pink. HEX triplet: C3, 8F and 87. RGB value is (195,143,135). Sum of RGB (Red+Green+Blue) = 195+143+135=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F87 is #3C7078. Grayscale: #9D9D9D. Windows color (decimal): -3960953 or 8884163. OLE color: 8884163.
HSL color Cylindrical-coordinate representation of color #C38F87: hue angle of 8º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38F87 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 135 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.24 |
| HSL | 8º | 0.33% | 0.65% | - |
| HSV(B) | 8º | 0.31% | 0.76% | - |
| XYZ | 36.7 | 33 | 27.36 | - |
| YUV | 157.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 135 | 0 | 0.27 | 0.31 | 0.24 | 8 | 0.33 | 0.65 |
| Hex | C3 | 8F | 87 | 0 | 1B | 1F | 18 | 8 | 21 | 41 |
| Octal | 303 | 217 | 207 | 0 | 33 | 37 | 30 | 10 | 41 | 101 |
| Binary | 11000011 | 10001111 | 10000111 | 0 | 11011 | 11111 | 11000 | 1000 | 100001 | 1000001 |
Color Harmonies of #C38F87
Complementary color
Monochromatic Colors of #C38F87
Black with #C38F87
Text Example
Text Example
White with #C38F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F87; }
p { color: rgb(195,143,135); }
H1.HeaderClassName
{
color: #C38F87;
}
.AnyTagClassName
{
color: #C38F87;
}
</style>
background-color css
<style>
a { background-color: #C38F87; }
a { background-color: rgb(195,143,135); }
div.DivClassName
{
background-color: #C38F87;
}
.BgClassName
{
background-color: #C38F87;
}
</style>
border-color css
<style>
span { border-color: #C38F87; }
span { border-color: rgb(195,143,135); }
td.TdClassName
{
border-color: #C38F87;
}
.TagClassName
{
border-color: #C38F87;
}
</style>