Shades of Oriental Pink #C99185
Tints of Oriental Pink #C99185
RGB
CMYK
RGB Variations
Color information
#C99185 (or 0xC99185) is known color: Oriental Pink. HEX triplet: C9, 91 and 85. RGB value is (201,145,133). Sum of RGB (Red+Green+Blue) = 201+145+133=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C99185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99185 is #366E7A. Grayscale: #A0A0A0. Windows color (decimal): -3567227 or 8753609. OLE color: 8753609.
HSL color Cylindrical-coordinate representation of color #C99185: hue angle of 10.59º 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 #C99185 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 133 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.21 |
| HSL | 10.59º | 0.39% | 0.65% | - |
| HSV(B) | 10.59º | 0.34% | 0.79% | - |
| XYZ | 38.45 | 34.36 | 26.8 | - |
| YUV | 160.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 133 | 0 | 0.28 | 0.34 | 0.21 | 10.59 | 0.39 | 0.65 |
| Hex | C9 | 91 | 85 | 0 | 1C | 22 | 15 | B | 27 | 41 |
| Octal | 311 | 221 | 205 | 0 | 34 | 42 | 25 | 13 | 47 | 101 |
| Binary | 11001001 | 10010001 | 10000101 | 0 | 11100 | 100010 | 10101 | 1011 | 100111 | 1000001 |
Color Harmonies of #C99185
Complementary color
Monochromatic Colors of #C99185
Black with #C99185
Text Example
Text Example
White with #C99185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99185; }
p { color: rgb(201,145,133); }
H1.HeaderClassName
{
color: #C99185;
}
.AnyTagClassName
{
color: #C99185;
}
</style>
background-color css
<style>
a { background-color: #C99185; }
a { background-color: rgb(201,145,133); }
div.DivClassName
{
background-color: #C99185;
}
.BgClassName
{
background-color: #C99185;
}
</style>
border-color css
<style>
span { border-color: #C99185; }
span { border-color: rgb(201,145,133); }
td.TdClassName
{
border-color: #C99185;
}
.TagClassName
{
border-color: #C99185;
}
</style>