Shades of Oriental Pink #C18C80
Tints of Oriental Pink #C18C80
RGB
CMYK
RGB Variations
Color information
#C18C80 (or 0xC18C80) is known color: Oriental Pink. HEX triplet: C1, 8C and 80. RGB value is (193,140,128). Sum of RGB (Red+Green+Blue) = 193+140+128=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18C80 is #3E737F. Grayscale: #9A9A9A. Windows color (decimal): -4092800 or 8424641. OLE color: 8424641.
HSL color Cylindrical-coordinate representation of color #C18C80: hue angle of 11.08º 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 #C18C80 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 128 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.24 |
| HSL | 11.08º | 0.34% | 0.63% | - |
| HSV(B) | 11.08º | 0.34% | 0.76% | - |
| XYZ | 35.27 | 31.65 | 24.67 | - |
| YUV | 154.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 128 | 0 | 0.27 | 0.34 | 0.24 | 11.08 | 0.34 | 0.63 |
| Hex | C1 | 8C | 80 | 0 | 1B | 22 | 18 | B | 22 | 3F |
| Octal | 301 | 214 | 200 | 0 | 33 | 42 | 30 | 13 | 42 | 77 |
| Binary | 11000001 | 10001100 | 10000000 | 0 | 11011 | 100010 | 11000 | 1011 | 100010 | 111111 |
Color Harmonies of #C18C80
Complementary color
Monochromatic Colors of #C18C80
Black with #C18C80
Text Example
Text Example
White with #C18C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C80; }
p { color: rgb(193,140,128); }
H1.HeaderClassName
{
color: #C18C80;
}
.AnyTagClassName
{
color: #C18C80;
}
</style>
background-color css
<style>
a { background-color: #C18C80; }
a { background-color: rgb(193,140,128); }
div.DivClassName
{
background-color: #C18C80;
}
.BgClassName
{
background-color: #C18C80;
}
</style>
border-color css
<style>
span { border-color: #C18C80; }
span { border-color: rgb(193,140,128); }
td.TdClassName
{
border-color: #C18C80;
}
.TagClassName
{
border-color: #C18C80;
}
</style>