Shades of Oriental Pink #C98585
Tints of Oriental Pink #C98585
RGB
CMYK
RGB Variations
Color information
#C98585 (or 0xC98585) is known color: Oriental Pink. HEX triplet: C9, 85 and 85. RGB value is (201,133,133). Sum of RGB (Red+Green+Blue) = 201+133+133=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C98585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98585 is #367A7A. Grayscale: #999999. Windows color (decimal): -3570299 or 8750537. OLE color: 8750537.
HSL color Cylindrical-coordinate representation of color #C98585: hue angle of 0º 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 #C98585 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 133 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.21 |
| HSL | 0º | 0.39% | 0.65% | - |
| HSV(B) | 0º | 0.34% | 0.79% | - |
| XYZ | 36.71 | 30.89 | 26.22 | - |
| YUV | 153.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 133 | 0 | 0.34 | 0.34 | 0.21 | 0 | 0.39 | 0.65 |
| Hex | C9 | 85 | 85 | 0 | 22 | 22 | 15 | 0 | 27 | 41 |
| Octal | 311 | 205 | 205 | 0 | 42 | 42 | 25 | 0 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10000101 | 0 | 100010 | 100010 | 10101 | 0 | 100111 | 1000001 |
Color Harmonies of #C98585
Complementary color
Monochromatic Colors of #C98585
Black with #C98585
Text Example
Text Example
White with #C98585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98585; }
p { color: rgb(201,133,133); }
H1.HeaderClassName
{
color: #C98585;
}
.AnyTagClassName
{
color: #C98585;
}
</style>
background-color css
<style>
a { background-color: #C98585; }
a { background-color: rgb(201,133,133); }
div.DivClassName
{
background-color: #C98585;
}
.BgClassName
{
background-color: #C98585;
}
</style>
border-color css
<style>
span { border-color: #C98585; }
span { border-color: rgb(201,133,133); }
td.TdClassName
{
border-color: #C98585;
}
.TagClassName
{
border-color: #C98585;
}
</style>