Shades of Oriental Pink #C4958E
Tints of Oriental Pink #C4958E
RGB
CMYK
RGB Variations
Color information
#C4958E (or 0xC4958E) is known color: Oriental Pink. HEX triplet: C4, 95 and 8E. RGB value is (196,149,142). Sum of RGB (Red+Green+Blue) = 196+149+142=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4958E is #3B6A71. Grayscale: #A2A2A2. Windows color (decimal): -3893874 or 9344452. OLE color: 9344452.
HSL color Cylindrical-coordinate representation of color #C4958E: hue angle of 7.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4958E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 142 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.23 |
| HSL | 7.78º | 0.31% | 0.66% | - |
| HSV(B) | 7.78º | 0.28% | 0.77% | - |
| XYZ | 38.39 | 35.18 | 30.36 | - |
| YUV | 162.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 142 | 0 | 0.24 | 0.28 | 0.23 | 7.78 | 0.31 | 0.66 |
| Hex | C4 | 95 | 8E | 0 | 18 | 1C | 17 | 8 | 1F | 42 |
| Octal | 304 | 225 | 216 | 0 | 30 | 34 | 27 | 10 | 37 | 102 |
| Binary | 11000100 | 10010101 | 10001110 | 0 | 11000 | 11100 | 10111 | 1000 | 11111 | 1000010 |
Color Harmonies of #C4958E
Complementary color
Monochromatic Colors of #C4958E
Black with #C4958E
Text Example
Text Example
White with #C4958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4958E; }
p { color: rgb(196,149,142); }
H1.HeaderClassName
{
color: #C4958E;
}
.AnyTagClassName
{
color: #C4958E;
}
</style>
background-color css
<style>
a { background-color: #C4958E; }
a { background-color: rgb(196,149,142); }
div.DivClassName
{
background-color: #C4958E;
}
.BgClassName
{
background-color: #C4958E;
}
</style>
border-color css
<style>
span { border-color: #C4958E; }
span { border-color: rgb(196,149,142); }
td.TdClassName
{
border-color: #C4958E;
}
.TagClassName
{
border-color: #C4958E;
}
</style>