Shades of Oriental Pink #C4948E
Tints of Oriental Pink #C4948E
RGB
CMYK
RGB Variations
Color information
#C4948E (or 0xC4948E) is known color: Oriental Pink. HEX triplet: C4, 94 and 8E. RGB value is (196,148,142). Sum of RGB (Red+Green+Blue) = 196+148+142=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4948E is #3B6B71. Grayscale: #A1A1A1. Windows color (decimal): -3894130 or 9344196. OLE color: 9344196.
HSL color Cylindrical-coordinate representation of color #C4948E: hue angle of 6.67º 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 #C4948E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 142 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.23 |
| HSL | 6.67º | 0.31% | 0.66% | - |
| HSV(B) | 6.67º | 0.28% | 0.77% | - |
| XYZ | 38.24 | 34.87 | 30.31 | - |
| YUV | 161.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 142 | 0 | 0.24 | 0.28 | 0.23 | 6.67 | 0.31 | 0.66 |
| Hex | C4 | 94 | 8E | 0 | 18 | 1C | 17 | 7 | 1F | 42 |
| Octal | 304 | 224 | 216 | 0 | 30 | 34 | 27 | 7 | 37 | 102 |
| Binary | 11000100 | 10010100 | 10001110 | 0 | 11000 | 11100 | 10111 | 111 | 11111 | 1000010 |
Color Harmonies of #C4948E
Complementary color
Monochromatic Colors of #C4948E
Black with #C4948E
Text Example
Text Example
White with #C4948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4948E; }
p { color: rgb(196,148,142); }
H1.HeaderClassName
{
color: #C4948E;
}
.AnyTagClassName
{
color: #C4948E;
}
</style>
background-color css
<style>
a { background-color: #C4948E; }
a { background-color: rgb(196,148,142); }
div.DivClassName
{
background-color: #C4948E;
}
.BgClassName
{
background-color: #C4948E;
}
</style>
border-color css
<style>
span { border-color: #C4948E; }
span { border-color: rgb(196,148,142); }
td.TdClassName
{
border-color: #C4948E;
}
.TagClassName
{
border-color: #C4948E;
}
</style>