Shades of Oriental Pink #C38E89
Tints of Oriental Pink #C38E89
RGB
CMYK
RGB Variations
Color information
#C38E89 (or 0xC38E89) is known color: Oriental Pink. HEX triplet: C3, 8E and 89. RGB value is (195,142,137). Sum of RGB (Red+Green+Blue) = 195+142+137=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E89 is #3C7176. Grayscale: #9D9D9D. Windows color (decimal): -3961207 or 9014979. OLE color: 9014979.
HSL color Cylindrical-coordinate representation of color #C38E89: hue angle of 5.17º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38E89 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 137 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.24 |
| HSL | 5.17º | 0.33% | 0.65% | - |
| HSV(B) | 5.17º | 0.3% | 0.76% | - |
| XYZ | 36.69 | 32.75 | 28.06 | - |
| YUV | 157.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 137 | 0 | 0.27 | 0.30 | 0.24 | 5.17 | 0.33 | 0.65 |
| Hex | C3 | 8E | 89 | 0 | 1B | 1E | 18 | 5 | 21 | 41 |
| Octal | 303 | 216 | 211 | 0 | 33 | 36 | 30 | 5 | 41 | 101 |
| Binary | 11000011 | 10001110 | 10001001 | 0 | 11011 | 11110 | 11000 | 101 | 100001 | 1000001 |
Color Harmonies of #C38E89
Complementary color
Monochromatic Colors of #C38E89
Black with #C38E89
Text Example
Text Example
White with #C38E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E89; }
p { color: rgb(195,142,137); }
H1.HeaderClassName
{
color: #C38E89;
}
.AnyTagClassName
{
color: #C38E89;
}
</style>
background-color css
<style>
a { background-color: #C38E89; }
a { background-color: rgb(195,142,137); }
div.DivClassName
{
background-color: #C38E89;
}
.BgClassName
{
background-color: #C38E89;
}
</style>
border-color css
<style>
span { border-color: #C38E89; }
span { border-color: rgb(195,142,137); }
td.TdClassName
{
border-color: #C38E89;
}
.TagClassName
{
border-color: #C38E89;
}
</style>