Shades of Oriental Pink #C99288
Tints of Oriental Pink #C99288
RGB
CMYK
RGB Variations
Color information
#C99288 (or 0xC99288) is known color: Oriental Pink. HEX triplet: C9, 92 and 88. RGB value is (201,146,136). Sum of RGB (Red+Green+Blue) = 201+146+136=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C99288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99288 is #366D77. Grayscale: #A1A1A1. Windows color (decimal): -3566968 or 8950473. OLE color: 8950473.
HSL color Cylindrical-coordinate representation of color #C99288: hue angle of 9.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99288 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 136 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.21 |
| HSL | 9.23º | 0.38% | 0.66% | - |
| HSV(B) | 9.23º | 0.32% | 0.79% | - |
| XYZ | 38.81 | 34.75 | 27.96 | - |
| YUV | 161.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 136 | 0 | 0.27 | 0.32 | 0.21 | 9.23 | 0.38 | 0.66 |
| Hex | C9 | 92 | 88 | 0 | 1B | 20 | 15 | 9 | 26 | 42 |
| Octal | 311 | 222 | 210 | 0 | 33 | 40 | 25 | 11 | 46 | 102 |
| Binary | 11001001 | 10010010 | 10001000 | 0 | 11011 | 100000 | 10101 | 1001 | 100110 | 1000010 |
Color Harmonies of #C99288
Complementary color
Monochromatic Colors of #C99288
Black with #C99288
Text Example
Text Example
White with #C99288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99288; }
p { color: rgb(201,146,136); }
H1.HeaderClassName
{
color: #C99288;
}
.AnyTagClassName
{
color: #C99288;
}
</style>
background-color css
<style>
a { background-color: #C99288; }
a { background-color: rgb(201,146,136); }
div.DivClassName
{
background-color: #C99288;
}
.BgClassName
{
background-color: #C99288;
}
</style>
border-color css
<style>
span { border-color: #C99288; }
span { border-color: rgb(201,146,136); }
td.TdClassName
{
border-color: #C99288;
}
.TagClassName
{
border-color: #C99288;
}
</style>