Shades of Oriental Pink #C98C8A
Tints of Oriental Pink #C98C8A
RGB
CMYK
RGB Variations
Color information
#C98C8A (or 0xC98C8A) is known color: Oriental Pink. HEX triplet: C9, 8C and 8A. RGB value is (201,140,138). Sum of RGB (Red+Green+Blue) = 201+140+138=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98C8A is #367375. Grayscale: #9E9E9E. Windows color (decimal): -3568502 or 9080009. OLE color: 9080009.
HSL color Cylindrical-coordinate representation of color #C98C8A: hue angle of 1.9º 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 #C98C8A is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 138 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.21 |
| HSL | 1.9º | 0.37% | 0.66% | - |
| HSV(B) | 1.9º | 0.31% | 0.79% | - |
| XYZ | 38.05 | 33.01 | 28.41 | - |
| YUV | 158.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 138 | 0 | 0.30 | 0.31 | 0.21 | 1.9 | 0.37 | 0.66 |
| Hex | C9 | 8C | 8A | 0 | 1E | 1F | 15 | 2 | 25 | 42 |
| Octal | 311 | 214 | 212 | 0 | 36 | 37 | 25 | 2 | 45 | 102 |
| Binary | 11001001 | 10001100 | 10001010 | 0 | 11110 | 11111 | 10101 | 10 | 100101 | 1000010 |
Color Harmonies of #C98C8A
Complementary color
Monochromatic Colors of #C98C8A
Black with #C98C8A
Text Example
Text Example
White with #C98C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C8A; }
p { color: rgb(201,140,138); }
H1.HeaderClassName
{
color: #C98C8A;
}
.AnyTagClassName
{
color: #C98C8A;
}
</style>
background-color css
<style>
a { background-color: #C98C8A; }
a { background-color: rgb(201,140,138); }
div.DivClassName
{
background-color: #C98C8A;
}
.BgClassName
{
background-color: #C98C8A;
}
</style>
border-color css
<style>
span { border-color: #C98C8A; }
span { border-color: rgb(201,140,138); }
td.TdClassName
{
border-color: #C98C8A;
}
.TagClassName
{
border-color: #C98C8A;
}
</style>