Shades of Oriental Pink #C8948F
Tints of Oriental Pink #C8948F
RGB
CMYK
RGB Variations
Color information
#C8948F (or 0xC8948F) is known color: Oriental Pink. HEX triplet: C8, 94 and 8F. RGB value is (200,148,143). Sum of RGB (Red+Green+Blue) = 200+148+143=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8948F is #376B70. Grayscale: #A3A3A3. Windows color (decimal): -3631985 or 9409736. OLE color: 9409736.
HSL color Cylindrical-coordinate representation of color #C8948F: hue angle of 5.26º 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 #C8948F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 143 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.22 |
| HSL | 5.26º | 0.34% | 0.67% | - |
| HSV(B) | 5.26º | 0.29% | 0.78% | - |
| XYZ | 39.37 | 35.44 | 30.75 | - |
| YUV | 162.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 143 | 0 | 0.26 | 0.28 | 0.22 | 5.26 | 0.34 | 0.67 |
| Hex | C8 | 94 | 8F | 0 | 1A | 1C | 16 | 5 | 22 | 43 |
| Octal | 310 | 224 | 217 | 0 | 32 | 34 | 26 | 5 | 42 | 103 |
| Binary | 11001000 | 10010100 | 10001111 | 0 | 11010 | 11100 | 10110 | 101 | 100010 | 1000011 |
Color Harmonies of #C8948F
Complementary color
Monochromatic Colors of #C8948F
Black with #C8948F
Text Example
Text Example
White with #C8948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8948F; }
p { color: rgb(200,148,143); }
H1.HeaderClassName
{
color: #C8948F;
}
.AnyTagClassName
{
color: #C8948F;
}
</style>
background-color css
<style>
a { background-color: #C8948F; }
a { background-color: rgb(200,148,143); }
div.DivClassName
{
background-color: #C8948F;
}
.BgClassName
{
background-color: #C8948F;
}
</style>
border-color css
<style>
span { border-color: #C8948F; }
span { border-color: rgb(200,148,143); }
td.TdClassName
{
border-color: #C8948F;
}
.TagClassName
{
border-color: #C8948F;
}
</style>