Shades of Oriental Pink #C38E7F
Tints of Oriental Pink #C38E7F
RGB
CMYK
RGB Variations
Color information
#C38E7F (or 0xC38E7F) is known color: Oriental Pink. HEX triplet: C3, 8E and 7F. RGB value is (195,142,127). Sum of RGB (Red+Green+Blue) = 195+142+127=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E7F is #3C7180. Grayscale: #9C9C9C. Windows color (decimal): -3961217 or 8359619. OLE color: 8359619.
HSL color Cylindrical-coordinate representation of color #C38E7F: hue angle of 13.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C38E7F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 127 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.24 |
| HSL | 13.24º | 0.36% | 0.63% | - |
| HSV(B) | 13.24º | 0.35% | 0.76% | - |
| XYZ | 36.01 | 32.48 | 24.45 | - |
| YUV | 156.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 127 | 0 | 0.27 | 0.35 | 0.24 | 13.24 | 0.36 | 0.63 |
| Hex | C3 | 8E | 7F | 0 | 1B | 23 | 18 | D | 24 | 3F |
| Octal | 303 | 216 | 177 | 0 | 33 | 43 | 30 | 15 | 44 | 77 |
| Binary | 11000011 | 10001110 | 1111111 | 0 | 11011 | 100011 | 11000 | 1101 | 100100 | 111111 |
Color Harmonies of #C38E7F
Complementary color
Monochromatic Colors of #C38E7F
Black with #C38E7F
Text Example
Text Example
White with #C38E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E7F; }
p { color: rgb(195,142,127); }
H1.HeaderClassName
{
color: #C38E7F;
}
.AnyTagClassName
{
color: #C38E7F;
}
</style>
background-color css
<style>
a { background-color: #C38E7F; }
a { background-color: rgb(195,142,127); }
div.DivClassName
{
background-color: #C38E7F;
}
.BgClassName
{
background-color: #C38E7F;
}
</style>
border-color css
<style>
span { border-color: #C38E7F; }
span { border-color: rgb(195,142,127); }
td.TdClassName
{
border-color: #C38E7F;
}
.TagClassName
{
border-color: #C38E7F;
}
</style>