Shades of Oriental Pink #C68584
Tints of Oriental Pink #C68584
RGB
CMYK
RGB Variations
Color information
#C68584 (or 0xC68584) is known color: Oriental Pink. HEX triplet: C6, 85 and 84. RGB value is (198,133,132). Sum of RGB (Red+Green+Blue) = 198+133+132=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C68584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68584 is #397A7B. Grayscale: #989898. Windows color (decimal): -3766908 or 8684998. OLE color: 8684998.
HSL color Cylindrical-coordinate representation of color #C68584: hue angle of 0.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68584 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 132 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.22 |
| HSL | 0.91º | 0.37% | 0.65% | - |
| HSV(B) | 0.91º | 0.33% | 0.78% | - |
| XYZ | 35.84 | 30.45 | 25.82 | - |
| YUV | 152.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 132 | 0 | 0.33 | 0.33 | 0.22 | 0.91 | 0.37 | 0.65 |
| Hex | C6 | 85 | 84 | 0 | 21 | 21 | 16 | 1 | 25 | 41 |
| Octal | 306 | 205 | 204 | 0 | 41 | 41 | 26 | 1 | 45 | 101 |
| Binary | 11000110 | 10000101 | 10000100 | 0 | 100001 | 100001 | 10110 | 1 | 100101 | 1000001 |
Color Harmonies of #C68584
Complementary color
Monochromatic Colors of #C68584
Black with #C68584
Text Example
Text Example
White with #C68584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68584; }
p { color: rgb(198,133,132); }
H1.HeaderClassName
{
color: #C68584;
}
.AnyTagClassName
{
color: #C68584;
}
</style>
background-color css
<style>
a { background-color: #C68584; }
a { background-color: rgb(198,133,132); }
div.DivClassName
{
background-color: #C68584;
}
.BgClassName
{
background-color: #C68584;
}
</style>
border-color css
<style>
span { border-color: #C68584; }
span { border-color: rgb(198,133,132); }
td.TdClassName
{
border-color: #C68584;
}
.TagClassName
{
border-color: #C68584;
}
</style>