Shades of Oriental Pink #C58684
Tints of Oriental Pink #C58684
RGB
CMYK
RGB Variations
Color information
#C58684 (or 0xC58684) is known color: Oriental Pink. HEX triplet: C5, 86 and 84. RGB value is (197,134,132). Sum of RGB (Red+Green+Blue) = 197+134+132=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58684 is #3A797B. Grayscale: #989898. Windows color (decimal): -3832188 or 8685253. OLE color: 8685253.
HSL color Cylindrical-coordinate representation of color #C58684: hue angle of 1.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58684 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 132 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.23 |
| HSL | 1.85º | 0.36% | 0.65% | - |
| HSV(B) | 1.85º | 0.33% | 0.77% | - |
| XYZ | 35.72 | 30.59 | 25.85 | - |
| YUV | 152.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 132 | 0 | 0.32 | 0.33 | 0.23 | 1.85 | 0.36 | 0.65 |
| Hex | C5 | 86 | 84 | 0 | 20 | 21 | 17 | 2 | 24 | 41 |
| Octal | 305 | 206 | 204 | 0 | 40 | 41 | 27 | 2 | 44 | 101 |
| Binary | 11000101 | 10000110 | 10000100 | 0 | 100000 | 100001 | 10111 | 10 | 100100 | 1000001 |
Color Harmonies of #C58684
Complementary color
Monochromatic Colors of #C58684
Black with #C58684
Text Example
Text Example
White with #C58684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58684; }
p { color: rgb(197,134,132); }
H1.HeaderClassName
{
color: #C58684;
}
.AnyTagClassName
{
color: #C58684;
}
</style>
background-color css
<style>
a { background-color: #C58684; }
a { background-color: rgb(197,134,132); }
div.DivClassName
{
background-color: #C58684;
}
.BgClassName
{
background-color: #C58684;
}
</style>
border-color css
<style>
span { border-color: #C58684; }
span { border-color: rgb(197,134,132); }
td.TdClassName
{
border-color: #C58684;
}
.TagClassName
{
border-color: #C58684;
}
</style>