Shades of Oriental Pink #C58C8A
Tints of Oriental Pink #C58C8A
RGB
CMYK
RGB Variations
Color information
#C58C8A (or 0xC58C8A) is known color: Oriental Pink. HEX triplet: C5, 8C and 8A. RGB value is (197,140,138). Sum of RGB (Red+Green+Blue) = 197+140+138=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58C8A is #3A7375. Grayscale: #9C9C9C. Windows color (decimal): -3830646 or 9080005. OLE color: 9080005.
HSL color Cylindrical-coordinate representation of color #C58C8A: hue angle of 2.03º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58C8A is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 138 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.23 |
| HSL | 2.03º | 0.34% | 0.66% | - |
| HSV(B) | 2.03º | 0.3% | 0.77% | - |
| XYZ | 36.99 | 32.46 | 28.36 | - |
| YUV | 156.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 138 | 0 | 0.29 | 0.30 | 0.23 | 2.03 | 0.34 | 0.66 |
| Hex | C5 | 8C | 8A | 0 | 1D | 1E | 17 | 2 | 22 | 42 |
| Octal | 305 | 214 | 212 | 0 | 35 | 36 | 27 | 2 | 42 | 102 |
| Binary | 11000101 | 10001100 | 10001010 | 0 | 11101 | 11110 | 10111 | 10 | 100010 | 1000010 |
Color Harmonies of #C58C8A
Complementary color
Monochromatic Colors of #C58C8A
Black with #C58C8A
Text Example
Text Example
White with #C58C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C8A; }
p { color: rgb(197,140,138); }
H1.HeaderClassName
{
color: #C58C8A;
}
.AnyTagClassName
{
color: #C58C8A;
}
</style>
background-color css
<style>
a { background-color: #C58C8A; }
a { background-color: rgb(197,140,138); }
div.DivClassName
{
background-color: #C58C8A;
}
.BgClassName
{
background-color: #C58C8A;
}
</style>
border-color css
<style>
span { border-color: #C58C8A; }
span { border-color: rgb(197,140,138); }
td.TdClassName
{
border-color: #C58C8A;
}
.TagClassName
{
border-color: #C58C8A;
}
</style>