Shades of Oriental Pink #C18681
Tints of Oriental Pink #C18681
RGB
CMYK
RGB Variations
Color information
#C18681 (or 0xC18681) is known color: Oriental Pink. HEX triplet: C1, 86 and 81. RGB value is (193,134,129). Sum of RGB (Red+Green+Blue) = 193+134+129=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C18681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18681 is #3E797E. Grayscale: #979797. Windows color (decimal): -4094335 or 8488641. OLE color: 8488641.
HSL color Cylindrical-coordinate representation of color #C18681: hue angle of 4.69º 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 #C18681 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 129 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.24 |
| HSL | 4.69º | 0.34% | 0.63% | - |
| HSV(B) | 4.69º | 0.33% | 0.76% | - |
| XYZ | 34.48 | 29.97 | 24.74 | - |
| YUV | 151.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 129 | 0 | 0.31 | 0.33 | 0.24 | 4.69 | 0.34 | 0.63 |
| Hex | C1 | 86 | 81 | 0 | 1F | 21 | 18 | 5 | 22 | 3F |
| Octal | 301 | 206 | 201 | 0 | 37 | 41 | 30 | 5 | 42 | 77 |
| Binary | 11000001 | 10000110 | 10000001 | 0 | 11111 | 100001 | 11000 | 101 | 100010 | 111111 |
Color Harmonies of #C18681
Complementary color
Monochromatic Colors of #C18681
Black with #C18681
Text Example
Text Example
White with #C18681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18681; }
p { color: rgb(193,134,129); }
H1.HeaderClassName
{
color: #C18681;
}
.AnyTagClassName
{
color: #C18681;
}
</style>
background-color css
<style>
a { background-color: #C18681; }
a { background-color: rgb(193,134,129); }
div.DivClassName
{
background-color: #C18681;
}
.BgClassName
{
background-color: #C18681;
}
</style>
border-color css
<style>
span { border-color: #C18681; }
span { border-color: rgb(193,134,129); }
td.TdClassName
{
border-color: #C18681;
}
.TagClassName
{
border-color: #C18681;
}
</style>