Shades of Oriental Pink #C68582
Tints of Oriental Pink #C68582
RGB
CMYK
RGB Variations
Color information
#C68582 (or 0xC68582) is known color: Oriental Pink. HEX triplet: C6, 85 and 82. RGB value is (198,133,130). Sum of RGB (Red+Green+Blue) = 198+133+130=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68582 is #397A7D. Grayscale: #989898. Windows color (decimal): -3766910 or 8553926. OLE color: 8553926.
HSL color Cylindrical-coordinate representation of color #C68582: hue angle of 2.65º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68582 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 130 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.22 |
| HSL | 2.65º | 0.37% | 0.64% | - |
| HSV(B) | 2.65º | 0.34% | 0.78% | - |
| XYZ | 35.71 | 30.39 | 25.1 | - |
| YUV | 152.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 130 | 0 | 0.33 | 0.34 | 0.22 | 2.65 | 0.37 | 0.64 |
| Hex | C6 | 85 | 82 | 0 | 21 | 22 | 16 | 3 | 25 | 40 |
| Octal | 306 | 205 | 202 | 0 | 41 | 42 | 26 | 3 | 45 | 100 |
| Binary | 11000110 | 10000101 | 10000010 | 0 | 100001 | 100010 | 10110 | 11 | 100101 | 1000000 |
Color Harmonies of #C68582
Complementary color
Monochromatic Colors of #C68582
Black with #C68582
Text Example
Text Example
White with #C68582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68582; }
p { color: rgb(198,133,130); }
H1.HeaderClassName
{
color: #C68582;
}
.AnyTagClassName
{
color: #C68582;
}
</style>
background-color css
<style>
a { background-color: #C68582; }
a { background-color: rgb(198,133,130); }
div.DivClassName
{
background-color: #C68582;
}
.BgClassName
{
background-color: #C68582;
}
</style>
border-color css
<style>
span { border-color: #C68582; }
span { border-color: rgb(198,133,130); }
td.TdClassName
{
border-color: #C68582;
}
.TagClassName
{
border-color: #C68582;
}
</style>