Shades of Oriental Pink #C1807F
Tints of Oriental Pink #C1807F
RGB
CMYK
RGB Variations
Color information
#C1807F (or 0xC1807F) is known color: Oriental Pink. HEX triplet: C1, 80 and 7F. RGB value is (193,128,127). Sum of RGB (Red+Green+Blue) = 193+128+127=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1807F is #3E7F80. Grayscale: #939393. Windows color (decimal): -4095873 or 8356033. OLE color: 8356033.
HSL color Cylindrical-coordinate representation of color #C1807F: hue angle of 0.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1807F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 127 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.24 |
| HSL | 0.91º | 0.35% | 0.63% | - |
| HSV(B) | 0.91º | 0.34% | 0.76% | - |
| XYZ | 33.54 | 28.31 | 23.77 | - |
| YUV | 147.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 127 | 0 | 0.34 | 0.34 | 0.24 | 0.91 | 0.35 | 0.63 |
| Hex | C1 | 80 | 7F | 0 | 22 | 22 | 18 | 1 | 23 | 3F |
| Octal | 301 | 200 | 177 | 0 | 42 | 42 | 30 | 1 | 43 | 77 |
| Binary | 11000001 | 10000000 | 1111111 | 0 | 100010 | 100010 | 11000 | 1 | 100011 | 111111 |
Color Harmonies of #C1807F
Complementary color
Monochromatic Colors of #C1807F
Black with #C1807F
Text Example
Text Example
White with #C1807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1807F; }
p { color: rgb(193,128,127); }
H1.HeaderClassName
{
color: #C1807F;
}
.AnyTagClassName
{
color: #C1807F;
}
</style>
background-color css
<style>
a { background-color: #C1807F; }
a { background-color: rgb(193,128,127); }
div.DivClassName
{
background-color: #C1807F;
}
.BgClassName
{
background-color: #C1807F;
}
</style>
border-color css
<style>
span { border-color: #C1807F; }
span { border-color: rgb(193,128,127); }
td.TdClassName
{
border-color: #C1807F;
}
.TagClassName
{
border-color: #C1807F;
}
</style>