Shades of Oriental Pink #C3928A
Tints of Oriental Pink #C3928A
RGB
CMYK
RGB Variations
Color information
#C3928A (or 0xC3928A) is known color: Oriental Pink. HEX triplet: C3, 92 and 8A. RGB value is (195,146,138). Sum of RGB (Red+Green+Blue) = 195+146+138=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3928A is #3C6D75. Grayscale: #9F9F9F. Windows color (decimal): -3960182 or 9081539. OLE color: 9081539.
HSL color Cylindrical-coordinate representation of color #C3928A: hue angle of 8.42º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3928A is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 138 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.24 |
| HSL | 8.42º | 0.32% | 0.65% | - |
| HSV(B) | 8.42º | 0.29% | 0.76% | - |
| XYZ | 37.37 | 33.99 | 28.64 | - |
| YUV | 159.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 138 | 0 | 0.25 | 0.29 | 0.24 | 8.42 | 0.32 | 0.65 |
| Hex | C3 | 92 | 8A | 0 | 19 | 1D | 18 | 8 | 20 | 41 |
| Octal | 303 | 222 | 212 | 0 | 31 | 35 | 30 | 10 | 40 | 101 |
| Binary | 11000011 | 10010010 | 10001010 | 0 | 11001 | 11101 | 11000 | 1000 | 100000 | 1000001 |
Color Harmonies of #C3928A
Complementary color
Monochromatic Colors of #C3928A
Black with #C3928A
Text Example
Text Example
White with #C3928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3928A; }
p { color: rgb(195,146,138); }
H1.HeaderClassName
{
color: #C3928A;
}
.AnyTagClassName
{
color: #C3928A;
}
</style>
background-color css
<style>
a { background-color: #C3928A; }
a { background-color: rgb(195,146,138); }
div.DivClassName
{
background-color: #C3928A;
}
.BgClassName
{
background-color: #C3928A;
}
</style>
border-color css
<style>
span { border-color: #C3928A; }
span { border-color: rgb(195,146,138); }
td.TdClassName
{
border-color: #C3928A;
}
.TagClassName
{
border-color: #C3928A;
}
</style>