Shades of Oriental Pink #C58884
Tints of Oriental Pink #C58884
RGB
CMYK
RGB Variations
Color information
#C58884 (or 0xC58884) is known color: Oriental Pink. HEX triplet: C5, 88 and 84. RGB value is (197,136,132). Sum of RGB (Red+Green+Blue) = 197+136+132=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C58884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58884 is #3A777B. Grayscale: #999999. Windows color (decimal): -3831676 or 8685765. OLE color: 8685765.
HSL color Cylindrical-coordinate representation of color #C58884: hue angle of 3.69º 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 #C58884 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 132 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.23 |
| HSL | 3.69º | 0.36% | 0.65% | - |
| HSV(B) | 3.69º | 0.33% | 0.77% | - |
| XYZ | 35.99 | 31.14 | 25.94 | - |
| YUV | 153.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 132 | 0 | 0.31 | 0.33 | 0.23 | 3.69 | 0.36 | 0.65 |
| Hex | C5 | 88 | 84 | 0 | 1F | 21 | 17 | 4 | 24 | 41 |
| Octal | 305 | 210 | 204 | 0 | 37 | 41 | 27 | 4 | 44 | 101 |
| Binary | 11000101 | 10001000 | 10000100 | 0 | 11111 | 100001 | 10111 | 100 | 100100 | 1000001 |
Color Harmonies of #C58884
Complementary color
Monochromatic Colors of #C58884
Black with #C58884
Text Example
Text Example
White with #C58884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58884; }
p { color: rgb(197,136,132); }
H1.HeaderClassName
{
color: #C58884;
}
.AnyTagClassName
{
color: #C58884;
}
</style>
background-color css
<style>
a { background-color: #C58884; }
a { background-color: rgb(197,136,132); }
div.DivClassName
{
background-color: #C58884;
}
.BgClassName
{
background-color: #C58884;
}
</style>
border-color css
<style>
span { border-color: #C58884; }
span { border-color: rgb(197,136,132); }
td.TdClassName
{
border-color: #C58884;
}
.TagClassName
{
border-color: #C58884;
}
</style>