Shades of Oriental Pink #C18F82
Tints of Oriental Pink #C18F82
RGB
CMYK
RGB Variations
Color information
#C18F82 (or 0xC18F82) is known color: Oriental Pink. HEX triplet: C1, 8F and 82. RGB value is (193,143,130). Sum of RGB (Red+Green+Blue) = 193+143+130=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18F82 is #3E707D. Grayscale: #9C9C9C. Windows color (decimal): -4092030 or 8556481. OLE color: 8556481.
HSL color Cylindrical-coordinate representation of color #C18F82: hue angle of 12.38º 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 #C18F82 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 130 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.24 |
| HSL | 12.38º | 0.34% | 0.63% | - |
| HSV(B) | 12.38º | 0.33% | 0.76% | - |
| XYZ | 35.84 | 32.59 | 25.52 | - |
| YUV | 156.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 130 | 0 | 0.26 | 0.33 | 0.24 | 12.38 | 0.34 | 0.63 |
| Hex | C1 | 8F | 82 | 0 | 1A | 21 | 18 | C | 22 | 3F |
| Octal | 301 | 217 | 202 | 0 | 32 | 41 | 30 | 14 | 42 | 77 |
| Binary | 11000001 | 10001111 | 10000010 | 0 | 11010 | 100001 | 11000 | 1100 | 100010 | 111111 |
Color Harmonies of #C18F82
Complementary color
Monochromatic Colors of #C18F82
Black with #C18F82
Text Example
Text Example
White with #C18F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F82; }
p { color: rgb(193,143,130); }
H1.HeaderClassName
{
color: #C18F82;
}
.AnyTagClassName
{
color: #C18F82;
}
</style>
background-color css
<style>
a { background-color: #C18F82; }
a { background-color: rgb(193,143,130); }
div.DivClassName
{
background-color: #C18F82;
}
.BgClassName
{
background-color: #C18F82;
}
</style>
border-color css
<style>
span { border-color: #C18F82; }
span { border-color: rgb(193,143,130); }
td.TdClassName
{
border-color: #C18F82;
}
.TagClassName
{
border-color: #C18F82;
}
</style>