Shades of Oriental Pink #C18F80
Tints of Oriental Pink #C18F80
RGB
CMYK
RGB Variations
Color information
#C18F80 (or 0xC18F80) is known color: Oriental Pink. HEX triplet: C1, 8F and 80. RGB value is (193,143,128). Sum of RGB (Red+Green+Blue) = 193+143+128=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18F80 is #3E707F. Grayscale: #9C9C9C. Windows color (decimal): -4092032 or 8425409. OLE color: 8425409.
HSL color Cylindrical-coordinate representation of color #C18F80: hue angle of 13.85º degrees, saturation: 0.34, 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 #C18F80 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 128 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.24 |
| HSL | 13.85º | 0.34% | 0.63% | - |
| HSV(B) | 13.85º | 0.34% | 0.76% | - |
| XYZ | 35.71 | 32.54 | 24.82 | - |
| YUV | 156.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 128 | 0 | 0.26 | 0.34 | 0.24 | 13.85 | 0.34 | 0.63 |
| Hex | C1 | 8F | 80 | 0 | 1A | 22 | 18 | E | 22 | 3F |
| Octal | 301 | 217 | 200 | 0 | 32 | 42 | 30 | 16 | 42 | 77 |
| Binary | 11000001 | 10001111 | 10000000 | 0 | 11010 | 100010 | 11000 | 1110 | 100010 | 111111 |
Color Harmonies of #C18F80
Complementary color
Monochromatic Colors of #C18F80
Black with #C18F80
Text Example
Text Example
White with #C18F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F80; }
p { color: rgb(193,143,128); }
H1.HeaderClassName
{
color: #C18F80;
}
.AnyTagClassName
{
color: #C18F80;
}
</style>
background-color css
<style>
a { background-color: #C18F80; }
a { background-color: rgb(193,143,128); }
div.DivClassName
{
background-color: #C18F80;
}
.BgClassName
{
background-color: #C18F80;
}
</style>
border-color css
<style>
span { border-color: #C18F80; }
span { border-color: rgb(193,143,128); }
td.TdClassName
{
border-color: #C18F80;
}
.TagClassName
{
border-color: #C18F80;
}
</style>