Shades of Oriental Pink #C2938C
Tints of Oriental Pink #C2938C
RGB
CMYK
RGB Variations
Color information
#C2938C (or 0xC2938C) is known color: Oriental Pink. HEX triplet: C2, 93 and 8C. RGB value is (194,147,140). Sum of RGB (Red+Green+Blue) = 194+147+140=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2938C is #3D6C73. Grayscale: #A0A0A0. Windows color (decimal): -4025460 or 9212866. OLE color: 9212866.
HSL color Cylindrical-coordinate representation of color #C2938C: hue angle of 7.78º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2938C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 140 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.24 |
| HSL | 7.78º | 0.31% | 0.65% | - |
| HSV(B) | 7.78º | 0.28% | 0.76% | - |
| XYZ | 37.42 | 34.23 | 29.45 | - |
| YUV | 160.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 140 | 0 | 0.24 | 0.28 | 0.24 | 7.78 | 0.31 | 0.65 |
| Hex | C2 | 93 | 8C | 0 | 18 | 1C | 18 | 8 | 1F | 41 |
| Octal | 302 | 223 | 214 | 0 | 30 | 34 | 30 | 10 | 37 | 101 |
| Binary | 11000010 | 10010011 | 10001100 | 0 | 11000 | 11100 | 11000 | 1000 | 11111 | 1000001 |
Color Harmonies of #C2938C
Complementary color
Monochromatic Colors of #C2938C
Black with #C2938C
Text Example
Text Example
White with #C2938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2938C; }
p { color: rgb(194,147,140); }
H1.HeaderClassName
{
color: #C2938C;
}
.AnyTagClassName
{
color: #C2938C;
}
</style>
background-color css
<style>
a { background-color: #C2938C; }
a { background-color: rgb(194,147,140); }
div.DivClassName
{
background-color: #C2938C;
}
.BgClassName
{
background-color: #C2938C;
}
</style>
border-color css
<style>
span { border-color: #C2938C; }
span { border-color: rgb(194,147,140); }
td.TdClassName
{
border-color: #C2938C;
}
.TagClassName
{
border-color: #C2938C;
}
</style>