Shades of Oriental Pink #C5928A
Tints of Oriental Pink #C5928A
RGB
CMYK
RGB Variations
Color information
#C5928A (or 0xC5928A) is known color: Oriental Pink. HEX triplet: C5, 92 and 8A. RGB value is (197,146,138). Sum of RGB (Red+Green+Blue) = 197+146+138=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5928A is #3A6D75. Grayscale: #A0A0A0. Windows color (decimal): -3829110 or 9081541. OLE color: 9081541.
HSL color Cylindrical-coordinate representation of color #C5928A: hue angle of 8.14º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5928A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 138 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.23 |
| HSL | 8.14º | 0.34% | 0.66% | - |
| HSV(B) | 8.14º | 0.3% | 0.77% | - |
| XYZ | 37.89 | 34.26 | 28.66 | - |
| YUV | 160.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 138 | 0 | 0.26 | 0.30 | 0.23 | 8.14 | 0.34 | 0.66 |
| Hex | C5 | 92 | 8A | 0 | 1A | 1E | 17 | 8 | 22 | 42 |
| Octal | 305 | 222 | 212 | 0 | 32 | 36 | 27 | 10 | 42 | 102 |
| Binary | 11000101 | 10010010 | 10001010 | 0 | 11010 | 11110 | 10111 | 1000 | 100010 | 1000010 |
Color Harmonies of #C5928A
Complementary color
Monochromatic Colors of #C5928A
Black with #C5928A
Text Example
Text Example
White with #C5928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5928A; }
p { color: rgb(197,146,138); }
H1.HeaderClassName
{
color: #C5928A;
}
.AnyTagClassName
{
color: #C5928A;
}
</style>
background-color css
<style>
a { background-color: #C5928A; }
a { background-color: rgb(197,146,138); }
div.DivClassName
{
background-color: #C5928A;
}
.BgClassName
{
background-color: #C5928A;
}
</style>
border-color css
<style>
span { border-color: #C5928A; }
span { border-color: rgb(197,146,138); }
td.TdClassName
{
border-color: #C5928A;
}
.TagClassName
{
border-color: #C5928A;
}
</style>