Shades of Oriental Pink #C3938C
Tints of Oriental Pink #C3938C
RGB
CMYK
RGB Variations
Color information
#C3938C (or 0xC3938C) is known color: Oriental Pink. HEX triplet: C3, 93 and 8C. RGB value is (195,147,140). Sum of RGB (Red+Green+Blue) = 195+147+140=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938C is #3C6C73. Grayscale: #A0A0A0. Windows color (decimal): -3959924 or 9212867. OLE color: 9212867.
HSL color Cylindrical-coordinate representation of color #C3938C: hue angle of 7.64º 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 #C3938C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 140 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.24 |
| HSL | 7.64º | 0.31% | 0.66% | - |
| HSV(B) | 7.64º | 0.28% | 0.76% | - |
| XYZ | 37.67 | 34.36 | 29.46 | - |
| YUV | 160.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 140 | 0 | 0.25 | 0.28 | 0.24 | 7.64 | 0.31 | 0.66 |
| Hex | C3 | 93 | 8C | 0 | 19 | 1C | 18 | 8 | 1F | 42 |
| Octal | 303 | 223 | 214 | 0 | 31 | 34 | 30 | 10 | 37 | 102 |
| Binary | 11000011 | 10010011 | 10001100 | 0 | 11001 | 11100 | 11000 | 1000 | 11111 | 1000010 |
Color Harmonies of #C3938C
Complementary color
Monochromatic Colors of #C3938C
Black with #C3938C
Text Example
Text Example
White with #C3938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3938C; }
p { color: rgb(195,147,140); }
H1.HeaderClassName
{
color: #C3938C;
}
.AnyTagClassName
{
color: #C3938C;
}
</style>
background-color css
<style>
a { background-color: #C3938C; }
a { background-color: rgb(195,147,140); }
div.DivClassName
{
background-color: #C3938C;
}
.BgClassName
{
background-color: #C3938C;
}
</style>
border-color css
<style>
span { border-color: #C3938C; }
span { border-color: rgb(195,147,140); }
td.TdClassName
{
border-color: #C3938C;
}
.TagClassName
{
border-color: #C3938C;
}
</style>