Shades of Oriental Pink #C1928B
Tints of Oriental Pink #C1928B
RGB
CMYK
RGB Variations
Color information
#C1928B (or 0xC1928B) is known color: Oriental Pink. HEX triplet: C1, 92 and 8B. RGB value is (193,146,139). Sum of RGB (Red+Green+Blue) = 193+146+139=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1928B is #3E6D74. Grayscale: #9F9F9F. Windows color (decimal): -4091253 or 9147073. OLE color: 9147073.
HSL color Cylindrical-coordinate representation of color #C1928B: hue angle of 7.78º degrees, saturation: 0.3, 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 #C1928B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 139 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.24 |
| HSL | 7.78º | 0.3% | 0.65% | - |
| HSV(B) | 7.78º | 0.28% | 0.76% | - |
| XYZ | 36.93 | 33.76 | 29 | - |
| YUV | 159.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 139 | 0 | 0.24 | 0.28 | 0.24 | 7.78 | 0.3 | 0.65 |
| Hex | C1 | 92 | 8B | 0 | 18 | 1C | 18 | 8 | 1E | 41 |
| Octal | 301 | 222 | 213 | 0 | 30 | 34 | 30 | 10 | 36 | 101 |
| Binary | 11000001 | 10010010 | 10001011 | 0 | 11000 | 11100 | 11000 | 1000 | 11110 | 1000001 |
Color Harmonies of #C1928B
Complementary color
Monochromatic Colors of #C1928B
Black with #C1928B
Text Example
Text Example
White with #C1928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1928B; }
p { color: rgb(193,146,139); }
H1.HeaderClassName
{
color: #C1928B;
}
.AnyTagClassName
{
color: #C1928B;
}
</style>
background-color css
<style>
a { background-color: #C1928B; }
a { background-color: rgb(193,146,139); }
div.DivClassName
{
background-color: #C1928B;
}
.BgClassName
{
background-color: #C1928B;
}
</style>
border-color css
<style>
span { border-color: #C1928B; }
span { border-color: rgb(193,146,139); }
td.TdClassName
{
border-color: #C1928B;
}
.TagClassName
{
border-color: #C1928B;
}
</style>