Shades of Oriental Pink #C38E88
Tints of Oriental Pink #C38E88
RGB
CMYK
RGB Variations
Color information
#C38E88 (or 0xC38E88) is known color: Oriental Pink. HEX triplet: C3, 8E and 88. RGB value is (195,142,136). Sum of RGB (Red+Green+Blue) = 195+142+136=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E88 is #3C7177. Grayscale: #9D9D9D. Windows color (decimal): -3961208 or 8949443. OLE color: 8949443.
HSL color Cylindrical-coordinate representation of color #C38E88: hue angle of 6.1º 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 #C38E88 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 136 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.24 |
| HSL | 6.1º | 0.33% | 0.65% | - |
| HSV(B) | 6.1º | 0.3% | 0.76% | - |
| XYZ | 36.62 | 32.73 | 27.68 | - |
| YUV | 157.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 136 | 0 | 0.27 | 0.30 | 0.24 | 6.1 | 0.33 | 0.65 |
| Hex | C3 | 8E | 88 | 0 | 1B | 1E | 18 | 6 | 21 | 41 |
| Octal | 303 | 216 | 210 | 0 | 33 | 36 | 30 | 6 | 41 | 101 |
| Binary | 11000011 | 10001110 | 10001000 | 0 | 11011 | 11110 | 11000 | 110 | 100001 | 1000001 |
Color Harmonies of #C38E88
Complementary color
Monochromatic Colors of #C38E88
Black with #C38E88
Text Example
Text Example
White with #C38E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E88; }
p { color: rgb(195,142,136); }
H1.HeaderClassName
{
color: #C38E88;
}
.AnyTagClassName
{
color: #C38E88;
}
</style>
background-color css
<style>
a { background-color: #C38E88; }
a { background-color: rgb(195,142,136); }
div.DivClassName
{
background-color: #C38E88;
}
.BgClassName
{
background-color: #C38E88;
}
</style>
border-color css
<style>
span { border-color: #C38E88; }
span { border-color: rgb(195,142,136); }
td.TdClassName
{
border-color: #C38E88;
}
.TagClassName
{
border-color: #C38E88;
}
</style>