Shades of Oriental Pink #C3938A
Tints of Oriental Pink #C3938A
RGB
CMYK
RGB Variations
Color information
#C3938A (or 0xC3938A) is known color: Oriental Pink. HEX triplet: C3, 93 and 8A. RGB value is (195,147,138). Sum of RGB (Red+Green+Blue) = 195+147+138=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938A is #3C6C75. Grayscale: #A0A0A0. Windows color (decimal): -3959926 or 9081795. OLE color: 9081795.
HSL color Cylindrical-coordinate representation of color #C3938A: hue angle of 9.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3938A is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 138 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.24 |
| HSL | 9.47º | 0.32% | 0.65% | - |
| HSV(B) | 9.47º | 0.29% | 0.76% | - |
| XYZ | 37.53 | 34.3 | 28.69 | - |
| YUV | 160.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 138 | 0 | 0.25 | 0.29 | 0.24 | 9.47 | 0.32 | 0.65 |
| Hex | C3 | 93 | 8A | 0 | 19 | 1D | 18 | 9 | 20 | 41 |
| Octal | 303 | 223 | 212 | 0 | 31 | 35 | 30 | 11 | 40 | 101 |
| Binary | 11000011 | 10010011 | 10001010 | 0 | 11001 | 11101 | 11000 | 1001 | 100000 | 1000001 |
Color Harmonies of #C3938A
Complementary color
Monochromatic Colors of #C3938A
Black with #C3938A
Text Example
Text Example
White with #C3938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3938A; }
p { color: rgb(195,147,138); }
H1.HeaderClassName
{
color: #C3938A;
}
.AnyTagClassName
{
color: #C3938A;
}
</style>
background-color css
<style>
a { background-color: #C3938A; }
a { background-color: rgb(195,147,138); }
div.DivClassName
{
background-color: #C3938A;
}
.BgClassName
{
background-color: #C3938A;
}
</style>
border-color css
<style>
span { border-color: #C3938A; }
span { border-color: rgb(195,147,138); }
td.TdClassName
{
border-color: #C3938A;
}
.TagClassName
{
border-color: #C3938A;
}
</style>