Shades of Oriental Pink #C19691
Tints of Oriental Pink #C19691
RGB
CMYK
RGB Variations
Color information
#C19691 (or 0xC19691) is known color: Oriental Pink. HEX triplet: C1, 96 and 91. RGB value is (193,150,145). Sum of RGB (Red+Green+Blue) = 193+150+145=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C19691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19691 is #3E696E. Grayscale: #A2A2A2. Windows color (decimal): -4090223 or 9541313. OLE color: 9541313.
HSL color Cylindrical-coordinate representation of color #C19691: hue angle of 6.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19691 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 145 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.24 |
| HSL | 6.25º | 0.28% | 0.66% | - |
| HSV(B) | 6.25º | 0.25% | 0.76% | - |
| XYZ | 38.01 | 35.19 | 31.58 | - |
| YUV | 162.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 145 | 0 | 0.22 | 0.25 | 0.24 | 6.25 | 0.28 | 0.66 |
| Hex | C1 | 96 | 91 | 0 | 16 | 19 | 18 | 6 | 1C | 42 |
| Octal | 301 | 226 | 221 | 0 | 26 | 31 | 30 | 6 | 34 | 102 |
| Binary | 11000001 | 10010110 | 10010001 | 0 | 10110 | 11001 | 11000 | 110 | 11100 | 1000010 |
Color Harmonies of #C19691
Complementary color
Monochromatic Colors of #C19691
Black with #C19691
Text Example
Text Example
White with #C19691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19691; }
p { color: rgb(193,150,145); }
H1.HeaderClassName
{
color: #C19691;
}
.AnyTagClassName
{
color: #C19691;
}
</style>
background-color css
<style>
a { background-color: #C19691; }
a { background-color: rgb(193,150,145); }
div.DivClassName
{
background-color: #C19691;
}
.BgClassName
{
background-color: #C19691;
}
</style>
border-color css
<style>
span { border-color: #C19691; }
span { border-color: rgb(193,150,145); }
td.TdClassName
{
border-color: #C19691;
}
.TagClassName
{
border-color: #C19691;
}
</style>