Shades of Oriental Pink #C7948D
Tints of Oriental Pink #C7948D
RGB
CMYK
RGB Variations
Color information
#C7948D (or 0xC7948D) is known color: Oriental Pink. HEX triplet: C7, 94 and 8D. RGB value is (199,148,141). Sum of RGB (Red+Green+Blue) = 199+148+141=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948D is #386B72. Grayscale: #A2A2A2. Windows color (decimal): -3697523 or 9278663. OLE color: 9278663.
HSL color Cylindrical-coordinate representation of color #C7948D: hue angle of 7.24º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7948D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 141 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.22 |
| HSL | 7.24º | 0.34% | 0.67% | - |
| HSV(B) | 7.24º | 0.29% | 0.78% | - |
| XYZ | 38.95 | 35.25 | 29.95 | - |
| YUV | 162.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 141 | 0 | 0.26 | 0.29 | 0.22 | 7.24 | 0.34 | 0.67 |
| Hex | C7 | 94 | 8D | 0 | 1A | 1D | 16 | 7 | 22 | 43 |
| Octal | 307 | 224 | 215 | 0 | 32 | 35 | 26 | 7 | 42 | 103 |
| Binary | 11000111 | 10010100 | 10001101 | 0 | 11010 | 11101 | 10110 | 111 | 100010 | 1000011 |
Color Harmonies of #C7948D
Complementary color
Monochromatic Colors of #C7948D
Black with #C7948D
Text Example
Text Example
White with #C7948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7948D; }
p { color: rgb(199,148,141); }
H1.HeaderClassName
{
color: #C7948D;
}
.AnyTagClassName
{
color: #C7948D;
}
</style>
background-color css
<style>
a { background-color: #C7948D; }
a { background-color: rgb(199,148,141); }
div.DivClassName
{
background-color: #C7948D;
}
.BgClassName
{
background-color: #C7948D;
}
</style>
border-color css
<style>
span { border-color: #C7948D; }
span { border-color: rgb(199,148,141); }
td.TdClassName
{
border-color: #C7948D;
}
.TagClassName
{
border-color: #C7948D;
}
</style>