Shades of Oriental Pink #C3928E
Tints of Oriental Pink #C3928E
RGB
CMYK
RGB Variations
Color information
#C3928E (or 0xC3928E) is known color: Oriental Pink. HEX triplet: C3, 92 and 8E. RGB value is (195,146,142). Sum of RGB (Red+Green+Blue) = 195+146+142=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3928E is #3C6D71. Grayscale: #A0A0A0. Windows color (decimal): -3960178 or 9343683. OLE color: 9343683.
HSL color Cylindrical-coordinate representation of color #C3928E: hue angle of 4.53º degrees, saturation: 0.31, 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 #C3928E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 142 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.24 |
| HSL | 4.53º | 0.31% | 0.66% | - |
| HSV(B) | 4.53º | 0.27% | 0.76% | - |
| XYZ | 37.67 | 34.11 | 30.19 | - |
| YUV | 160.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 142 | 0 | 0.25 | 0.27 | 0.24 | 4.53 | 0.31 | 0.66 |
| Hex | C3 | 92 | 8E | 0 | 19 | 1B | 18 | 5 | 1F | 42 |
| Octal | 303 | 222 | 216 | 0 | 31 | 33 | 30 | 5 | 37 | 102 |
| Binary | 11000011 | 10010010 | 10001110 | 0 | 11001 | 11011 | 11000 | 101 | 11111 | 1000010 |
Color Harmonies of #C3928E
Complementary color
Monochromatic Colors of #C3928E
Black with #C3928E
Text Example
Text Example
White with #C3928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3928E; }
p { color: rgb(195,146,142); }
H1.HeaderClassName
{
color: #C3928E;
}
.AnyTagClassName
{
color: #C3928E;
}
</style>
background-color css
<style>
a { background-color: #C3928E; }
a { background-color: rgb(195,146,142); }
div.DivClassName
{
background-color: #C3928E;
}
.BgClassName
{
background-color: #C3928E;
}
</style>
border-color css
<style>
span { border-color: #C3928E; }
span { border-color: rgb(195,146,142); }
td.TdClassName
{
border-color: #C3928E;
}
.TagClassName
{
border-color: #C3928E;
}
</style>