Shades of Oriental Pink #C9918F
Tints of Oriental Pink #C9918F
RGB
CMYK
RGB Variations
Color information
#C9918F (or 0xC9918F) is known color: Oriental Pink. HEX triplet: C9, 91 and 8F. RGB value is (201,145,143). Sum of RGB (Red+Green+Blue) = 201+145+143=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9918F is #366E70. Grayscale: #A1A1A1. Windows color (decimal): -3567217 or 9408969. OLE color: 9408969.
HSL color Cylindrical-coordinate representation of color #C9918F: hue angle of 2.07º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9918F is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 143 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.21 |
| HSL | 2.07º | 0.35% | 0.67% | - |
| HSV(B) | 2.07º | 0.29% | 0.79% | - |
| XYZ | 39.17 | 34.65 | 30.61 | - |
| YUV | 161.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 143 | 0 | 0.28 | 0.29 | 0.21 | 2.07 | 0.35 | 0.67 |
| Hex | C9 | 91 | 8F | 0 | 1C | 1D | 15 | 2 | 23 | 43 |
| Octal | 311 | 221 | 217 | 0 | 34 | 35 | 25 | 2 | 43 | 103 |
| Binary | 11001001 | 10010001 | 10001111 | 0 | 11100 | 11101 | 10101 | 10 | 100011 | 1000011 |
Color Harmonies of #C9918F
Complementary color
Monochromatic Colors of #C9918F
Black with #C9918F
Text Example
Text Example
White with #C9918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9918F; }
p { color: rgb(201,145,143); }
H1.HeaderClassName
{
color: #C9918F;
}
.AnyTagClassName
{
color: #C9918F;
}
</style>
background-color css
<style>
a { background-color: #C9918F; }
a { background-color: rgb(201,145,143); }
div.DivClassName
{
background-color: #C9918F;
}
.BgClassName
{
background-color: #C9918F;
}
</style>
border-color css
<style>
span { border-color: #C9918F; }
span { border-color: rgb(201,145,143); }
td.TdClassName
{
border-color: #C9918F;
}
.TagClassName
{
border-color: #C9918F;
}
</style>