Shades of Oriental Pink #C18585
Tints of Oriental Pink #C18585
RGB
CMYK
RGB Variations
Color information
#C18585 (or 0xC18585) is known color: Oriental Pink. HEX triplet: C1, 85 and 85. RGB value is (193,133,133). Sum of RGB (Red+Green+Blue) = 193+133+133=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C18585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18585 is #3E7A7A. Grayscale: #979797. Windows color (decimal): -4094587 or 8750529. OLE color: 8750529.
HSL color Cylindrical-coordinate representation of color #C18585: hue angle of 0º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18585 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 133 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.24 |
| HSL | 0º | 0.33% | 0.64% | - |
| HSV(B) | 0º | 0.31% | 0.76% | - |
| XYZ | 34.61 | 29.81 | 26.12 | - |
| YUV | 150.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 133 | 0 | 0.31 | 0.31 | 0.24 | 0 | 0.33 | 0.64 |
| Hex | C1 | 85 | 85 | 0 | 1F | 1F | 18 | 0 | 21 | 40 |
| Octal | 301 | 205 | 205 | 0 | 37 | 37 | 30 | 0 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10000101 | 0 | 11111 | 11111 | 11000 | 0 | 100001 | 1000000 |
Color Harmonies of #C18585
Complementary color
Monochromatic Colors of #C18585
Black with #C18585
Text Example
Text Example
White with #C18585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18585; }
p { color: rgb(193,133,133); }
H1.HeaderClassName
{
color: #C18585;
}
.AnyTagClassName
{
color: #C18585;
}
</style>
background-color css
<style>
a { background-color: #C18585; }
a { background-color: rgb(193,133,133); }
div.DivClassName
{
background-color: #C18585;
}
.BgClassName
{
background-color: #C18585;
}
</style>
border-color css
<style>
span { border-color: #C18585; }
span { border-color: rgb(193,133,133); }
td.TdClassName
{
border-color: #C18585;
}
.TagClassName
{
border-color: #C18585;
}
</style>