Shades of Oriental Pink #C2928E
Tints of Oriental Pink #C2928E
RGB
CMYK
RGB Variations
Color information
#C2928E (or 0xC2928E) is known color: Oriental Pink. HEX triplet: C2, 92 and 8E. RGB value is (194,146,142). Sum of RGB (Red+Green+Blue) = 194+146+142=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2928E is #3D6D71. Grayscale: #9F9F9F. Windows color (decimal): -4025714 or 9343682. OLE color: 9343682.
HSL color Cylindrical-coordinate representation of color #C2928E: hue angle of 4.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2928E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 142 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.24 |
| HSL | 4.62º | 0.3% | 0.66% | - |
| HSV(B) | 4.62º | 0.27% | 0.76% | - |
| XYZ | 37.41 | 33.98 | 30.18 | - |
| YUV | 159.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 142 | 0 | 0.25 | 0.27 | 0.24 | 4.62 | 0.3 | 0.66 |
| Hex | C2 | 92 | 8E | 0 | 19 | 1B | 18 | 5 | 1E | 42 |
| Octal | 302 | 222 | 216 | 0 | 31 | 33 | 30 | 5 | 36 | 102 |
| Binary | 11000010 | 10010010 | 10001110 | 0 | 11001 | 11011 | 11000 | 101 | 11110 | 1000010 |
Color Harmonies of #C2928E
Complementary color
Monochromatic Colors of #C2928E
Black with #C2928E
Text Example
Text Example
White with #C2928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2928E; }
p { color: rgb(194,146,142); }
H1.HeaderClassName
{
color: #C2928E;
}
.AnyTagClassName
{
color: #C2928E;
}
</style>
background-color css
<style>
a { background-color: #C2928E; }
a { background-color: rgb(194,146,142); }
div.DivClassName
{
background-color: #C2928E;
}
.BgClassName
{
background-color: #C2928E;
}
</style>
border-color css
<style>
span { border-color: #C2928E; }
span { border-color: rgb(194,146,142); }
td.TdClassName
{
border-color: #C2928E;
}
.TagClassName
{
border-color: #C2928E;
}
</style>