Shades of Oriental Pink #C3918D
Tints of Oriental Pink #C3918D
RGB
CMYK
RGB Variations
Color information
#C3918D (or 0xC3918D) is known color: Oriental Pink. HEX triplet: C3, 91 and 8D. RGB value is (195,145,141). Sum of RGB (Red+Green+Blue) = 195+145+141=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3918D is #3C6E72. Grayscale: #9F9F9F. Windows color (decimal): -3960435 or 9277891. OLE color: 9277891.
HSL color Cylindrical-coordinate representation of color #C3918D: hue angle of 4.44º 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 #C3918D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 141 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.24 |
| HSL | 4.44º | 0.31% | 0.66% | - |
| HSV(B) | 4.44º | 0.28% | 0.76% | - |
| XYZ | 37.44 | 33.78 | 29.75 | - |
| YUV | 159.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 141 | 0 | 0.26 | 0.28 | 0.24 | 4.44 | 0.31 | 0.66 |
| Hex | C3 | 91 | 8D | 0 | 1A | 1C | 18 | 4 | 1F | 42 |
| Octal | 303 | 221 | 215 | 0 | 32 | 34 | 30 | 4 | 37 | 102 |
| Binary | 11000011 | 10010001 | 10001101 | 0 | 11010 | 11100 | 11000 | 100 | 11111 | 1000010 |
Color Harmonies of #C3918D
Complementary color
Monochromatic Colors of #C3918D
Black with #C3918D
Text Example
Text Example
White with #C3918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3918D; }
p { color: rgb(195,145,141); }
H1.HeaderClassName
{
color: #C3918D;
}
.AnyTagClassName
{
color: #C3918D;
}
</style>
background-color css
<style>
a { background-color: #C3918D; }
a { background-color: rgb(195,145,141); }
div.DivClassName
{
background-color: #C3918D;
}
.BgClassName
{
background-color: #C3918D;
}
</style>
border-color css
<style>
span { border-color: #C3918D; }
span { border-color: rgb(195,145,141); }
td.TdClassName
{
border-color: #C3918D;
}
.TagClassName
{
border-color: #C3918D;
}
</style>