Shades of Oriental Pink #C98685
Tints of Oriental Pink #C98685
RGB
CMYK
RGB Variations
Color information
#C98685 (or 0xC98685) is known color: Oriental Pink. HEX triplet: C9, 86 and 85. RGB value is (201,134,133). Sum of RGB (Red+Green+Blue) = 201+134+133=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C98685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98685 is #36797A. Grayscale: #999999. Windows color (decimal): -3570043 or 8750793. OLE color: 8750793.
HSL color Cylindrical-coordinate representation of color #C98685: hue angle of 0.88º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98685 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 133 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.21 |
| HSL | 0.88º | 0.39% | 0.65% | - |
| HSV(B) | 0.88º | 0.34% | 0.79% | - |
| XYZ | 36.85 | 31.16 | 26.26 | - |
| YUV | 153.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 133 | 0 | 0.33 | 0.34 | 0.21 | 0.88 | 0.39 | 0.65 |
| Hex | C9 | 86 | 85 | 0 | 21 | 22 | 15 | 1 | 27 | 41 |
| Octal | 311 | 206 | 205 | 0 | 41 | 42 | 25 | 1 | 47 | 101 |
| Binary | 11001001 | 10000110 | 10000101 | 0 | 100001 | 100010 | 10101 | 1 | 100111 | 1000001 |
Color Harmonies of #C98685
Complementary color
Monochromatic Colors of #C98685
Black with #C98685
Text Example
Text Example
White with #C98685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98685; }
p { color: rgb(201,134,133); }
H1.HeaderClassName
{
color: #C98685;
}
.AnyTagClassName
{
color: #C98685;
}
</style>
background-color css
<style>
a { background-color: #C98685; }
a { background-color: rgb(201,134,133); }
div.DivClassName
{
background-color: #C98685;
}
.BgClassName
{
background-color: #C98685;
}
</style>
border-color css
<style>
span { border-color: #C98685; }
span { border-color: rgb(201,134,133); }
td.TdClassName
{
border-color: #C98685;
}
.TagClassName
{
border-color: #C98685;
}
</style>