Shades of Oriental Pink #C18F81
Tints of Oriental Pink #C18F81
RGB
CMYK
RGB Variations
Color information
#C18F81 (or 0xC18F81) is known color: Oriental Pink. HEX triplet: C1, 8F and 81. RGB value is (193,143,129). Sum of RGB (Red+Green+Blue) = 193+143+129=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18F81 is #3E707E. Grayscale: #9C9C9C. Windows color (decimal): -4092031 or 8490945. OLE color: 8490945.
HSL color Cylindrical-coordinate representation of color #C18F81: hue angle of 13.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18F81 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 129 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.24 |
| HSL | 13.13º | 0.34% | 0.63% | - |
| HSV(B) | 13.13º | 0.33% | 0.76% | - |
| XYZ | 35.78 | 32.57 | 25.17 | - |
| YUV | 156.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 129 | 0 | 0.26 | 0.33 | 0.24 | 13.13 | 0.34 | 0.63 |
| Hex | C1 | 8F | 81 | 0 | 1A | 21 | 18 | D | 22 | 3F |
| Octal | 301 | 217 | 201 | 0 | 32 | 41 | 30 | 15 | 42 | 77 |
| Binary | 11000001 | 10001111 | 10000001 | 0 | 11010 | 100001 | 11000 | 1101 | 100010 | 111111 |
Color Harmonies of #C18F81
Complementary color
Monochromatic Colors of #C18F81
Black with #C18F81
Text Example
Text Example
White with #C18F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F81; }
p { color: rgb(193,143,129); }
H1.HeaderClassName
{
color: #C18F81;
}
.AnyTagClassName
{
color: #C18F81;
}
</style>
background-color css
<style>
a { background-color: #C18F81; }
a { background-color: rgb(193,143,129); }
div.DivClassName
{
background-color: #C18F81;
}
.BgClassName
{
background-color: #C18F81;
}
</style>
border-color css
<style>
span { border-color: #C18F81; }
span { border-color: rgb(193,143,129); }
td.TdClassName
{
border-color: #C18F81;
}
.TagClassName
{
border-color: #C18F81;
}
</style>