Shades of Oriental Pink #C5938B
Tints of Oriental Pink #C5938B
RGB
CMYK
RGB Variations
Color information
#C5938B (or 0xC5938B) is known color: Oriental Pink. HEX triplet: C5, 93 and 8B. RGB value is (197,147,139). Sum of RGB (Red+Green+Blue) = 197+147+139=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5938B is #3A6C74. Grayscale: #A1A1A1. Windows color (decimal): -3828853 or 9147333. OLE color: 9147333.
HSL color Cylindrical-coordinate representation of color #C5938B: hue angle of 8.28º 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 #C5938B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 139 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.23 |
| HSL | 8.28º | 0.33% | 0.66% | - |
| HSV(B) | 8.28º | 0.29% | 0.77% | - |
| XYZ | 38.12 | 34.6 | 29.1 | - |
| YUV | 161.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 139 | 0 | 0.25 | 0.29 | 0.23 | 8.28 | 0.33 | 0.66 |
| Hex | C5 | 93 | 8B | 0 | 19 | 1D | 17 | 8 | 21 | 42 |
| Octal | 305 | 223 | 213 | 0 | 31 | 35 | 27 | 10 | 41 | 102 |
| Binary | 11000101 | 10010011 | 10001011 | 0 | 11001 | 11101 | 10111 | 1000 | 100001 | 1000010 |
Color Harmonies of #C5938B
Complementary color
Monochromatic Colors of #C5938B
Black with #C5938B
Text Example
Text Example
White with #C5938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5938B; }
p { color: rgb(197,147,139); }
H1.HeaderClassName
{
color: #C5938B;
}
.AnyTagClassName
{
color: #C5938B;
}
</style>
background-color css
<style>
a { background-color: #C5938B; }
a { background-color: rgb(197,147,139); }
div.DivClassName
{
background-color: #C5938B;
}
.BgClassName
{
background-color: #C5938B;
}
</style>
border-color css
<style>
span { border-color: #C5938B; }
span { border-color: rgb(197,147,139); }
td.TdClassName
{
border-color: #C5938B;
}
.TagClassName
{
border-color: #C5938B;
}
</style>