Shades of Oriental Pink #C3938D
Tints of Oriental Pink #C3938D
RGB
CMYK
RGB Variations
Color information
#C3938D (or 0xC3938D) is known color: Oriental Pink. HEX triplet: C3, 93 and 8D. RGB value is (195,147,141). Sum of RGB (Red+Green+Blue) = 195+147+141=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938D is #3C6C72. Grayscale: #A0A0A0. Windows color (decimal): -3959923 or 9278403. OLE color: 9278403.
HSL color Cylindrical-coordinate representation of color #C3938D: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3938D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 141 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.24 |
| HSL | 6.67º | 0.31% | 0.66% | - |
| HSV(B) | 6.67º | 0.28% | 0.76% | - |
| XYZ | 37.75 | 34.39 | 29.85 | - |
| YUV | 160.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 141 | 0 | 0.25 | 0.28 | 0.24 | 6.67 | 0.31 | 0.66 |
| Hex | C3 | 93 | 8D | 0 | 19 | 1C | 18 | 7 | 1F | 42 |
| Octal | 303 | 223 | 215 | 0 | 31 | 34 | 30 | 7 | 37 | 102 |
| Binary | 11000011 | 10010011 | 10001101 | 0 | 11001 | 11100 | 11000 | 111 | 11111 | 1000010 |
Color Harmonies of #C3938D
Complementary color
Monochromatic Colors of #C3938D
Black with #C3938D
Text Example
Text Example
White with #C3938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3938D; }
p { color: rgb(195,147,141); }
H1.HeaderClassName
{
color: #C3938D;
}
.AnyTagClassName
{
color: #C3938D;
}
</style>
background-color css
<style>
a { background-color: #C3938D; }
a { background-color: rgb(195,147,141); }
div.DivClassName
{
background-color: #C3938D;
}
.BgClassName
{
background-color: #C3938D;
}
</style>
border-color css
<style>
span { border-color: #C3938D; }
span { border-color: rgb(195,147,141); }
td.TdClassName
{
border-color: #C3938D;
}
.TagClassName
{
border-color: #C3938D;
}
</style>