Shades of Oriental Pink #C2938F
Tints of Oriental Pink #C2938F
RGB
CMYK
RGB Variations
Color information
#C2938F (or 0xC2938F) is known color: Oriental Pink. HEX triplet: C2, 93 and 8F. RGB value is (194,147,143). Sum of RGB (Red+Green+Blue) = 194+147+143=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2938F is #3D6C70. Grayscale: #A0A0A0. Windows color (decimal): -4025457 or 9409474. OLE color: 9409474.
HSL color Cylindrical-coordinate representation of color #C2938F: hue angle of 4.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2938F is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 143 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.24 |
| HSL | 4.71º | 0.29% | 0.66% | - |
| HSV(B) | 4.71º | 0.26% | 0.76% | - |
| XYZ | 37.64 | 34.32 | 30.63 | - |
| YUV | 160.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 143 | 0 | 0.24 | 0.26 | 0.24 | 4.71 | 0.29 | 0.66 |
| Hex | C2 | 93 | 8F | 0 | 18 | 1A | 18 | 5 | 1D | 42 |
| Octal | 302 | 223 | 217 | 0 | 30 | 32 | 30 | 5 | 35 | 102 |
| Binary | 11000010 | 10010011 | 10001111 | 0 | 11000 | 11010 | 11000 | 101 | 11101 | 1000010 |
Color Harmonies of #C2938F
Complementary color
Monochromatic Colors of #C2938F
Black with #C2938F
Text Example
Text Example
White with #C2938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2938F; }
p { color: rgb(194,147,143); }
H1.HeaderClassName
{
color: #C2938F;
}
.AnyTagClassName
{
color: #C2938F;
}
</style>
background-color css
<style>
a { background-color: #C2938F; }
a { background-color: rgb(194,147,143); }
div.DivClassName
{
background-color: #C2938F;
}
.BgClassName
{
background-color: #C2938F;
}
</style>
border-color css
<style>
span { border-color: #C2938F; }
span { border-color: rgb(194,147,143); }
td.TdClassName
{
border-color: #C2938F;
}
.TagClassName
{
border-color: #C2938F;
}
</style>