Shades of Oriental Pink #C4938C
Tints of Oriental Pink #C4938C
RGB
CMYK
RGB Variations
Color information
#C4938C (or 0xC4938C) is known color: Oriental Pink. HEX triplet: C4, 93 and 8C. RGB value is (196,147,140). Sum of RGB (Red+Green+Blue) = 196+147+140=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4938C is #3B6C73. Grayscale: #A0A0A0. Windows color (decimal): -3894388 or 9212868. OLE color: 9212868.
HSL color Cylindrical-coordinate representation of color #C4938C: hue angle of 7.5º degrees, saturation: 0.32, 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 #C4938C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 140 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.23 |
| HSL | 7.5º | 0.32% | 0.66% | - |
| HSV(B) | 7.5º | 0.29% | 0.77% | - |
| XYZ | 37.93 | 34.5 | 29.47 | - |
| YUV | 160.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 140 | 0 | 0.25 | 0.29 | 0.23 | 7.5 | 0.32 | 0.66 |
| Hex | C4 | 93 | 8C | 0 | 19 | 1D | 17 | 8 | 20 | 42 |
| Octal | 304 | 223 | 214 | 0 | 31 | 35 | 27 | 10 | 40 | 102 |
| Binary | 11000100 | 10010011 | 10001100 | 0 | 11001 | 11101 | 10111 | 1000 | 100000 | 1000010 |
Color Harmonies of #C4938C
Complementary color
Monochromatic Colors of #C4938C
Black with #C4938C
Text Example
Text Example
White with #C4938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4938C; }
p { color: rgb(196,147,140); }
H1.HeaderClassName
{
color: #C4938C;
}
.AnyTagClassName
{
color: #C4938C;
}
</style>
background-color css
<style>
a { background-color: #C4938C; }
a { background-color: rgb(196,147,140); }
div.DivClassName
{
background-color: #C4938C;
}
.BgClassName
{
background-color: #C4938C;
}
</style>
border-color css
<style>
span { border-color: #C4938C; }
span { border-color: rgb(196,147,140); }
td.TdClassName
{
border-color: #C4938C;
}
.TagClassName
{
border-color: #C4938C;
}
</style>