Shades of Oriental Pink #C68982
Tints of Oriental Pink #C68982
RGB
CMYK
RGB Variations
Color information
#C68982 (or 0xC68982) is known color: Oriental Pink. HEX triplet: C6, 89 and 82. RGB value is (198,137,130). Sum of RGB (Red+Green+Blue) = 198+137+130=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68982 is #39767D. Grayscale: #9A9A9A. Windows color (decimal): -3765886 or 8554950. OLE color: 8554950.
HSL color Cylindrical-coordinate representation of color #C68982: hue angle of 6.18º 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 #C68982 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 130 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.22 |
| HSL | 6.18º | 0.37% | 0.64% | - |
| HSV(B) | 6.18º | 0.34% | 0.78% | - |
| XYZ | 36.26 | 31.51 | 25.29 | - |
| YUV | 154.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 130 | 0 | 0.31 | 0.34 | 0.22 | 6.18 | 0.37 | 0.64 |
| Hex | C6 | 89 | 82 | 0 | 1F | 22 | 16 | 6 | 25 | 40 |
| Octal | 306 | 211 | 202 | 0 | 37 | 42 | 26 | 6 | 45 | 100 |
| Binary | 11000110 | 10001001 | 10000010 | 0 | 11111 | 100010 | 10110 | 110 | 100101 | 1000000 |
Color Harmonies of #C68982
Complementary color
Monochromatic Colors of #C68982
Black with #C68982
Text Example
Text Example
White with #C68982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68982; }
p { color: rgb(198,137,130); }
H1.HeaderClassName
{
color: #C68982;
}
.AnyTagClassName
{
color: #C68982;
}
</style>
background-color css
<style>
a { background-color: #C68982; }
a { background-color: rgb(198,137,130); }
div.DivClassName
{
background-color: #C68982;
}
.BgClassName
{
background-color: #C68982;
}
</style>
border-color css
<style>
span { border-color: #C68982; }
span { border-color: rgb(198,137,130); }
td.TdClassName
{
border-color: #C68982;
}
.TagClassName
{
border-color: #C68982;
}
</style>