Shades of Oriental Pink #C8918F
Tints of Oriental Pink #C8918F
RGB
CMYK
RGB Variations
Color information
#C8918F (or 0xC8918F) is known color: Oriental Pink. HEX triplet: C8, 91 and 8F. RGB value is (200,145,143). Sum of RGB (Red+Green+Blue) = 200+145+143=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8918F is #376E70. Grayscale: #A1A1A1. Windows color (decimal): -3632753 or 9408968. OLE color: 9408968.
HSL color Cylindrical-coordinate representation of color #C8918F: hue angle of 2.11º 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 #C8918F is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 143 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.22 |
| HSL | 2.11º | 0.34% | 0.67% | - |
| HSV(B) | 2.11º | 0.29% | 0.78% | - |
| XYZ | 38.9 | 34.51 | 30.6 | - |
| YUV | 161.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 143 | 0 | 0.28 | 0.28 | 0.22 | 2.11 | 0.34 | 0.67 |
| Hex | C8 | 91 | 8F | 0 | 1C | 1C | 16 | 2 | 22 | 43 |
| Octal | 310 | 221 | 217 | 0 | 34 | 34 | 26 | 2 | 42 | 103 |
| Binary | 11001000 | 10010001 | 10001111 | 0 | 11100 | 11100 | 10110 | 10 | 100010 | 1000011 |
Color Harmonies of #C8918F
Complementary color
Monochromatic Colors of #C8918F
Black with #C8918F
Text Example
Text Example
White with #C8918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8918F; }
p { color: rgb(200,145,143); }
H1.HeaderClassName
{
color: #C8918F;
}
.AnyTagClassName
{
color: #C8918F;
}
</style>
background-color css
<style>
a { background-color: #C8918F; }
a { background-color: rgb(200,145,143); }
div.DivClassName
{
background-color: #C8918F;
}
.BgClassName
{
background-color: #C8918F;
}
</style>
border-color css
<style>
span { border-color: #C8918F; }
span { border-color: rgb(200,145,143); }
td.TdClassName
{
border-color: #C8918F;
}
.TagClassName
{
border-color: #C8918F;
}
</style>