Shades of Oriental Pink #C18781
Tints of Oriental Pink #C18781
RGB
CMYK
RGB Variations
Color information
#C18781 (or 0xC18781) is known color: Oriental Pink. HEX triplet: C1, 87 and 81. RGB value is (193,135,129). Sum of RGB (Red+Green+Blue) = 193+135+129=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C18781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18781 is #3E787E. Grayscale: #979797. Windows color (decimal): -4094079 or 8488897. OLE color: 8488897.
HSL color Cylindrical-coordinate representation of color #C18781: hue angle of 5.62º 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 #C18781 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 129 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.24 |
| HSL | 5.63º | 0.34% | 0.63% | - |
| HSV(B) | 5.63º | 0.33% | 0.76% | - |
| XYZ | 34.62 | 30.25 | 24.78 | - |
| YUV | 151.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 129 | 0 | 0.30 | 0.33 | 0.24 | 5.63 | 0.34 | 0.63 |
| Hex | C1 | 87 | 81 | 0 | 1E | 21 | 18 | 6 | 22 | 3F |
| Octal | 301 | 207 | 201 | 0 | 36 | 41 | 30 | 6 | 42 | 77 |
| Binary | 11000001 | 10000111 | 10000001 | 0 | 11110 | 100001 | 11000 | 110 | 100010 | 111111 |
Color Harmonies of #C18781
Complementary color
Monochromatic Colors of #C18781
Black with #C18781
Text Example
Text Example
White with #C18781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18781; }
p { color: rgb(193,135,129); }
H1.HeaderClassName
{
color: #C18781;
}
.AnyTagClassName
{
color: #C18781;
}
</style>
background-color css
<style>
a { background-color: #C18781; }
a { background-color: rgb(193,135,129); }
div.DivClassName
{
background-color: #C18781;
}
.BgClassName
{
background-color: #C18781;
}
</style>
border-color css
<style>
span { border-color: #C18781; }
span { border-color: rgb(193,135,129); }
td.TdClassName
{
border-color: #C18781;
}
.TagClassName
{
border-color: #C18781;
}
</style>