Shades of Oriental Pink #C19088
Tints of Oriental Pink #C19088
RGB
CMYK
RGB Variations
Color information
#C19088 (or 0xC19088) is known color: Oriental Pink. HEX triplet: C1, 90 and 88. RGB value is (193,144,136). Sum of RGB (Red+Green+Blue) = 193+144+136=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19088 is #3E6F77. Grayscale: #9D9D9D. Windows color (decimal): -4091768 or 8949953. OLE color: 8949953.
HSL color Cylindrical-coordinate representation of color #C19088: hue angle of 8.42º 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 #C19088 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 136 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.24 |
| HSL | 8.42º | 0.31% | 0.65% | - |
| HSV(B) | 8.42º | 0.3% | 0.76% | - |
| XYZ | 36.41 | 33.06 | 27.76 | - |
| YUV | 157.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 136 | 0 | 0.25 | 0.30 | 0.24 | 8.42 | 0.31 | 0.65 |
| Hex | C1 | 90 | 88 | 0 | 19 | 1E | 18 | 8 | 1F | 41 |
| Octal | 301 | 220 | 210 | 0 | 31 | 36 | 30 | 10 | 37 | 101 |
| Binary | 11000001 | 10010000 | 10001000 | 0 | 11001 | 11110 | 11000 | 1000 | 11111 | 1000001 |
Color Harmonies of #C19088
Complementary color
Monochromatic Colors of #C19088
Black with #C19088
Text Example
Text Example
White with #C19088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19088; }
p { color: rgb(193,144,136); }
H1.HeaderClassName
{
color: #C19088;
}
.AnyTagClassName
{
color: #C19088;
}
</style>
background-color css
<style>
a { background-color: #C19088; }
a { background-color: rgb(193,144,136); }
div.DivClassName
{
background-color: #C19088;
}
.BgClassName
{
background-color: #C19088;
}
</style>
border-color css
<style>
span { border-color: #C19088; }
span { border-color: rgb(193,144,136); }
td.TdClassName
{
border-color: #C19088;
}
.TagClassName
{
border-color: #C19088;
}
</style>