Shades of Oriental Pink #C5928C
Tints of Oriental Pink #C5928C
RGB
CMYK
RGB Variations
Color information
#C5928C (or 0xC5928C) is known color: Oriental Pink. HEX triplet: C5, 92 and 8C. RGB value is (197,146,140). Sum of RGB (Red+Green+Blue) = 197+146+140=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5928C is #3A6D73. Grayscale: #A0A0A0. Windows color (decimal): -3829108 or 9212613. OLE color: 9212613.
HSL color Cylindrical-coordinate representation of color #C5928C: hue angle of 6.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5928C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 140 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.23 |
| HSL | 6.32º | 0.33% | 0.66% | - |
| HSV(B) | 6.32º | 0.29% | 0.77% | - |
| XYZ | 38.04 | 34.32 | 29.43 | - |
| YUV | 160.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 140 | 0 | 0.26 | 0.29 | 0.23 | 6.32 | 0.33 | 0.66 |
| Hex | C5 | 92 | 8C | 0 | 1A | 1D | 17 | 6 | 21 | 42 |
| Octal | 305 | 222 | 214 | 0 | 32 | 35 | 27 | 6 | 41 | 102 |
| Binary | 11000101 | 10010010 | 10001100 | 0 | 11010 | 11101 | 10111 | 110 | 100001 | 1000010 |
Color Harmonies of #C5928C
Complementary color
Monochromatic Colors of #C5928C
Black with #C5928C
Text Example
Text Example
White with #C5928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5928C; }
p { color: rgb(197,146,140); }
H1.HeaderClassName
{
color: #C5928C;
}
.AnyTagClassName
{
color: #C5928C;
}
</style>
background-color css
<style>
a { background-color: #C5928C; }
a { background-color: rgb(197,146,140); }
div.DivClassName
{
background-color: #C5928C;
}
.BgClassName
{
background-color: #C5928C;
}
</style>
border-color css
<style>
span { border-color: #C5928C; }
span { border-color: rgb(197,146,140); }
td.TdClassName
{
border-color: #C5928C;
}
.TagClassName
{
border-color: #C5928C;
}
</style>