Shades of Oriental Pink #C19288
Tints of Oriental Pink #C19288
RGB
CMYK
RGB Variations
Color information
#C19288 (or 0xC19288) is known color: Oriental Pink. HEX triplet: C1, 92 and 88. RGB value is (193,146,136). Sum of RGB (Red+Green+Blue) = 193+146+136=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C19288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19288 is #3E6D77. Grayscale: #9F9F9F. Windows color (decimal): -4091256 or 8950465. OLE color: 8950465.
HSL color Cylindrical-coordinate representation of color #C19288: hue angle of 10.53º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19288 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 136 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.24 |
| HSL | 10.53º | 0.31% | 0.65% | - |
| HSV(B) | 10.53º | 0.3% | 0.76% | - |
| XYZ | 36.72 | 33.67 | 27.86 | - |
| YUV | 158.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 136 | 0 | 0.24 | 0.30 | 0.24 | 10.53 | 0.31 | 0.65 |
| Hex | C1 | 92 | 88 | 0 | 18 | 1E | 18 | B | 1F | 41 |
| Octal | 301 | 222 | 210 | 0 | 30 | 36 | 30 | 13 | 37 | 101 |
| Binary | 11000001 | 10010010 | 10001000 | 0 | 11000 | 11110 | 11000 | 1011 | 11111 | 1000001 |
Color Harmonies of #C19288
Complementary color
Monochromatic Colors of #C19288
Black with #C19288
Text Example
Text Example
White with #C19288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19288; }
p { color: rgb(193,146,136); }
H1.HeaderClassName
{
color: #C19288;
}
.AnyTagClassName
{
color: #C19288;
}
</style>
background-color css
<style>
a { background-color: #C19288; }
a { background-color: rgb(193,146,136); }
div.DivClassName
{
background-color: #C19288;
}
.BgClassName
{
background-color: #C19288;
}
</style>
border-color css
<style>
span { border-color: #C19288; }
span { border-color: rgb(193,146,136); }
td.TdClassName
{
border-color: #C19288;
}
.TagClassName
{
border-color: #C19288;
}
</style>