Shades of Oriental Pink #C99186
Tints of Oriental Pink #C99186
RGB
CMYK
RGB Variations
Color information
#C99186 (or 0xC99186) is known color: Oriental Pink. HEX triplet: C9, 91 and 86. RGB value is (201,145,134). Sum of RGB (Red+Green+Blue) = 201+145+134=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C99186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99186 is #366E79. Grayscale: #A0A0A0. Windows color (decimal): -3567226 or 8819145. OLE color: 8819145.
HSL color Cylindrical-coordinate representation of color #C99186: hue angle of 9.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99186 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 134 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.21 |
| HSL | 9.85º | 0.38% | 0.66% | - |
| HSV(B) | 9.85º | 0.33% | 0.79% | - |
| XYZ | 38.52 | 34.39 | 27.16 | - |
| YUV | 160.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 134 | 0 | 0.28 | 0.33 | 0.21 | 9.85 | 0.38 | 0.66 |
| Hex | C9 | 91 | 86 | 0 | 1C | 21 | 15 | A | 26 | 42 |
| Octal | 311 | 221 | 206 | 0 | 34 | 41 | 25 | 12 | 46 | 102 |
| Binary | 11001001 | 10010001 | 10000110 | 0 | 11100 | 100001 | 10101 | 1010 | 100110 | 1000010 |
Color Harmonies of #C99186
Complementary color
Monochromatic Colors of #C99186
Black with #C99186
Text Example
Text Example
White with #C99186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99186; }
p { color: rgb(201,145,134); }
H1.HeaderClassName
{
color: #C99186;
}
.AnyTagClassName
{
color: #C99186;
}
</style>
background-color css
<style>
a { background-color: #C99186; }
a { background-color: rgb(201,145,134); }
div.DivClassName
{
background-color: #C99186;
}
.BgClassName
{
background-color: #C99186;
}
</style>
border-color css
<style>
span { border-color: #C99186; }
span { border-color: rgb(201,145,134); }
td.TdClassName
{
border-color: #C99186;
}
.TagClassName
{
border-color: #C99186;
}
</style>