Shades of Oriental Pink #C3928D
Tints of Oriental Pink #C3928D
RGB
CMYK
RGB Variations
Color information
#C3928D (or 0xC3928D) is known color: Oriental Pink. HEX triplet: C3, 92 and 8D. RGB value is (195,146,141). Sum of RGB (Red+Green+Blue) = 195+146+141=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3928D is #3C6D72. Grayscale: #A0A0A0. Windows color (decimal): -3960179 or 9278147. OLE color: 9278147.
HSL color Cylindrical-coordinate representation of color #C3928D: hue angle of 5.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3928D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 141 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.24 |
| HSL | 5.56º | 0.31% | 0.66% | - |
| HSV(B) | 5.56º | 0.28% | 0.76% | - |
| XYZ | 37.59 | 34.08 | 29.8 | - |
| YUV | 160.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 141 | 0 | 0.25 | 0.28 | 0.24 | 5.56 | 0.31 | 0.66 |
| Hex | C3 | 92 | 8D | 0 | 19 | 1C | 18 | 6 | 1F | 42 |
| Octal | 303 | 222 | 215 | 0 | 31 | 34 | 30 | 6 | 37 | 102 |
| Binary | 11000011 | 10010010 | 10001101 | 0 | 11001 | 11100 | 11000 | 110 | 11111 | 1000010 |
Color Harmonies of #C3928D
Complementary color
Monochromatic Colors of #C3928D
Black with #C3928D
Text Example
Text Example
White with #C3928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3928D; }
p { color: rgb(195,146,141); }
H1.HeaderClassName
{
color: #C3928D;
}
.AnyTagClassName
{
color: #C3928D;
}
</style>
background-color css
<style>
a { background-color: #C3928D; }
a { background-color: rgb(195,146,141); }
div.DivClassName
{
background-color: #C3928D;
}
.BgClassName
{
background-color: #C3928D;
}
</style>
border-color css
<style>
span { border-color: #C3928D; }
span { border-color: rgb(195,146,141); }
td.TdClassName
{
border-color: #C3928D;
}
.TagClassName
{
border-color: #C3928D;
}
</style>