Shades of Oriental Pink #C9928A
Tints of Oriental Pink #C9928A
RGB
CMYK
RGB Variations
Color information
#C9928A (or 0xC9928A) is known color: Oriental Pink. HEX triplet: C9, 92 and 8A. RGB value is (201,146,138). Sum of RGB (Red+Green+Blue) = 201+146+138=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9928A is #366D75. Grayscale: #A1A1A1. Windows color (decimal): -3566966 or 9081545. OLE color: 9081545.
HSL color Cylindrical-coordinate representation of color #C9928A: hue angle of 7.62º 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 #C9928A is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 138 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.21 |
| HSL | 7.62º | 0.37% | 0.66% | - |
| HSV(B) | 7.62º | 0.31% | 0.79% | - |
| XYZ | 38.95 | 34.81 | 28.71 | - |
| YUV | 161.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 138 | 0 | 0.27 | 0.31 | 0.21 | 7.62 | 0.37 | 0.66 |
| Hex | C9 | 92 | 8A | 0 | 1B | 1F | 15 | 8 | 25 | 42 |
| Octal | 311 | 222 | 212 | 0 | 33 | 37 | 25 | 10 | 45 | 102 |
| Binary | 11001001 | 10010010 | 10001010 | 0 | 11011 | 11111 | 10101 | 1000 | 100101 | 1000010 |
Color Harmonies of #C9928A
Complementary color
Monochromatic Colors of #C9928A
Black with #C9928A
Text Example
Text Example
White with #C9928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9928A; }
p { color: rgb(201,146,138); }
H1.HeaderClassName
{
color: #C9928A;
}
.AnyTagClassName
{
color: #C9928A;
}
</style>
background-color css
<style>
a { background-color: #C9928A; }
a { background-color: rgb(201,146,138); }
div.DivClassName
{
background-color: #C9928A;
}
.BgClassName
{
background-color: #C9928A;
}
</style>
border-color css
<style>
span { border-color: #C9928A; }
span { border-color: rgb(201,146,138); }
td.TdClassName
{
border-color: #C9928A;
}
.TagClassName
{
border-color: #C9928A;
}
</style>