Shades of Oriental Pink #C9908A
Tints of Oriental Pink #C9908A
RGB
CMYK
RGB Variations
Color information
#C9908A (or 0xC9908A) is known color: Oriental Pink. HEX triplet: C9, 90 and 8A. RGB value is (201,144,138). Sum of RGB (Red+Green+Blue) = 201+144+138=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9908A is #366F75. Grayscale: #A0A0A0. Windows color (decimal): -3567478 or 9081033. OLE color: 9081033.
HSL color Cylindrical-coordinate representation of color #C9908A: hue angle of 5.71º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9908A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 138 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.21 |
| HSL | 5.71º | 0.37% | 0.66% | - |
| HSV(B) | 5.71º | 0.31% | 0.79% | - |
| XYZ | 38.65 | 34.2 | 28.61 | - |
| YUV | 160.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 138 | 0 | 0.28 | 0.31 | 0.21 | 5.71 | 0.37 | 0.66 |
| Hex | C9 | 90 | 8A | 0 | 1C | 1F | 15 | 6 | 25 | 42 |
| Octal | 311 | 220 | 212 | 0 | 34 | 37 | 25 | 6 | 45 | 102 |
| Binary | 11001001 | 10010000 | 10001010 | 0 | 11100 | 11111 | 10101 | 110 | 100101 | 1000010 |
Color Harmonies of #C9908A
Complementary color
Monochromatic Colors of #C9908A
Black with #C9908A
Text Example
Text Example
White with #C9908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9908A; }
p { color: rgb(201,144,138); }
H1.HeaderClassName
{
color: #C9908A;
}
.AnyTagClassName
{
color: #C9908A;
}
</style>
background-color css
<style>
a { background-color: #C9908A; }
a { background-color: rgb(201,144,138); }
div.DivClassName
{
background-color: #C9908A;
}
.BgClassName
{
background-color: #C9908A;
}
</style>
border-color css
<style>
span { border-color: #C9908A; }
span { border-color: rgb(201,144,138); }
td.TdClassName
{
border-color: #C9908A;
}
.TagClassName
{
border-color: #C9908A;
}
</style>