Shades of Oriental Pink #C18784
Tints of Oriental Pink #C18784
RGB
CMYK
RGB Variations
Color information
#C18784 (or 0xC18784) is known color: Oriental Pink. HEX triplet: C1, 87 and 84. RGB value is (193,135,132). Sum of RGB (Red+Green+Blue) = 193+135+132=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C18784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18784 is #3E787B. Grayscale: #989898. Windows color (decimal): -4094076 or 8685505. OLE color: 8685505.
HSL color Cylindrical-coordinate representation of color #C18784: hue angle of 2.95º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18784 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 132 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.24 |
| HSL | 2.95º | 0.33% | 0.64% | - |
| HSV(B) | 2.95º | 0.32% | 0.76% | - |
| XYZ | 34.82 | 30.33 | 25.85 | - |
| YUV | 152 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 132 | 0 | 0.30 | 0.32 | 0.24 | 2.95 | 0.33 | 0.64 |
| Hex | C1 | 87 | 84 | 0 | 1E | 20 | 18 | 3 | 21 | 40 |
| Octal | 301 | 207 | 204 | 0 | 36 | 40 | 30 | 3 | 41 | 100 |
| Binary | 11000001 | 10000111 | 10000100 | 0 | 11110 | 100000 | 11000 | 11 | 100001 | 1000000 |
Color Harmonies of #C18784
Complementary color
Monochromatic Colors of #C18784
Black with #C18784
Text Example
Text Example
White with #C18784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18784; }
p { color: rgb(193,135,132); }
H1.HeaderClassName
{
color: #C18784;
}
.AnyTagClassName
{
color: #C18784;
}
</style>
background-color css
<style>
a { background-color: #C18784; }
a { background-color: rgb(193,135,132); }
div.DivClassName
{
background-color: #C18784;
}
.BgClassName
{
background-color: #C18784;
}
</style>
border-color css
<style>
span { border-color: #C18784; }
span { border-color: rgb(193,135,132); }
td.TdClassName
{
border-color: #C18784;
}
.TagClassName
{
border-color: #C18784;
}
</style>